diff options
author | Duncan Coutts <duncan@well-typed.com> | 2014-08-22 15:10:47 +0100 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-08-29 12:39:04 +0100 |
commit | 227205e1b5143631b1f47ef9b4677a1b6675b067 (patch) | |
tree | 008e1c3eda26c0f62b878b472609a41191c4e4b5 /ghc.mk | |
parent | 9597a258d356ae83411a512351c92428b61c112d (diff) | |
download | haskell-227205e1b5143631b1f47ef9b4677a1b6675b067.tar.gz |
Make binary a boot package
Since ghc-pkg needs a relatively recent version.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |