[commit: ghc] master: Package 'binary' is not a boot package any more (96e3ae1)
Gabor Greif
ggreif at gmail.com
Wed Feb 20 23:08:38 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a
>---------------------------------------------------------------
commit 96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a
Author: Gabor Greif <ggreif at gmail.com>
Date: Wed Feb 20 22:27:10 2013 +0100
Package 'binary' is not a boot package any more
>---------------------------------------------------------------
ghc.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 45cb156..5ea77b9 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
More information about the ghc-commits
mailing list