From 227205e1b5143631b1f47ef9b4677a1b6675b067 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Fri, 22 Aug 2014 15:10:47 +0100 Subject: Make binary a boot package Since ghc-pkg needs a relatively recent version. --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index 8ba90fe831..fb93ef0a16 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 -- cgit v1.2.1