diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-02-20 22:27:10 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-02-20 22:28:31 +0100 |
commit | 96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a (patch) | |
tree | 87d61abbc0b39d62cdfe0ff8ba4b102d0eb508b4 | |
parent | 49f54dc2186eb47a956cc58b3cb4e61c35f5a013 (diff) | |
download | haskell-96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a.tar.gz |
Package 'binary' is not a boot package any more
-rw-r--r-- | ghc.mk | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,6 @@ - # ----------------------------------------------------------------------------- # -# (c) 2009 The University of Glasgow +# (c) 2009-2013 The University of Glasgow # # This file is part of the GHC build system. # @@ -355,7 +354,7 @@ PKGS_THAT_USE_TH := $(PKGS_THAT_ARE_DPH) # # We assume that the stage0 compiler has a suitable bytestring package, # so we don't have to include it below. -PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/Cabal hpc binary bin-package-db hoopl transformers +PKGS_THAT_BUILD_WITH_STAGE0 = Cabal/Cabal hpc bin-package-db hoopl transformers ifeq "$(Windows)" "NO" PKGS_THAT_BUILD_WITH_STAGE0 += terminfo endif |