From 96e3ae15aee2e0d9a2c4b6bc21ed8a4bba9f025a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 20 Feb 2013 22:27:10 +0100 Subject: Package 'binary' is not a boot package any more --- ghc.mk | 5 ++--- 1 file 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 -- cgit v1.2.1