[commit: ghc] wip/remove-cabal-dep: Make binary a boot package (cbab3c9)

git at git.haskell.org git at git.haskell.org
Fri Aug 22 15:38:44 UTC 2014


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

On branch  : wip/remove-cabal-dep
Link       : http://ghc.haskell.org/trac/ghc/changeset/cbab3c99f126afbe59de5faaa3bd77317a002eeb/ghc

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

commit cbab3c99f126afbe59de5faaa3bd77317a002eeb
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.


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

cbab3c99f126afbe59de5faaa3bd77317a002eeb
 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