summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-02-20 22:27:10 +0100
committerGabor Greif <ggreif@gmail.com>2013-02-20 22:28:31 +0100
commit96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a (patch)
tree87d61abbc0b39d62cdfe0ff8ba4b102d0eb508b4
parent49f54dc2186eb47a956cc58b3cb4e61c35f5a013 (diff)
downloadhaskell-96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a.tar.gz
Package 'binary' is not a boot package any more
-rw-r--r--ghc.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/ghc.mk b/ghc.mk
index 45cb1564c7..5ea77b95de 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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