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

git at git.haskell.org git at git.haskell.org
Sun Aug 24 22:47:29 UTC 2014


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

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

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

commit 692116f32408bf691431e19b31c456ae0df911b5
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.


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

692116f32408bf691431e19b31c456ae0df911b5
 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