[commit: ghc] master: Make binary a boot package (227205e)

git at git.haskell.org git at git.haskell.org
Fri Aug 29 14:03:50 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/227205e1b5143631b1f47ef9b4677a1b6675b067/ghc

>---------------------------------------------------------------

commit 227205e1b5143631b1f47ef9b4677a1b6675b067
Author: Duncan Coutts <duncan at well-typed.com>
Date:   Fri Aug 22 15:10:47 2014 +0100

    Make binary a boot package
    
    Since ghc-pkg needs a relatively recent version.


>---------------------------------------------------------------

227205e1b5143631b1f47ef9b4677a1b6675b067
 ghc.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ghc.mk b/ghc.mk
index 8ba90fe..fb93ef0 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -383,7 +383,7 @@ else
 # programs such as GHC and ghc-pkg, that we do not assume the stage0
 # compiler already has installed (or up-to-date enough).
 
-PACKAGES_STAGE0 = Cabal/Cabal hpc bin-package-db hoopl transformers
+PACKAGES_STAGE0 = Cabal/Cabal hpc binary bin-package-db hoopl transformers
 ifeq "$(Windows_Host)" "NO"
 ifneq "$(HostOS_CPP)" "ios"
 PACKAGES_STAGE0 += terminfo



More information about the ghc-commits mailing list