diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 11:04:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-28 11:05:20 -0500 |
commit | 29b57238e53ca7feae9257ed6fa1567b57aabe6a (patch) | |
tree | 1e23995a883103d1aa6cfca09f34affbae5ee30c /ghc.mk | |
parent | db2a667655506c43dd3c8260d29031bde55f1bee (diff) | |
download | haskell-29b57238e53ca7feae9257ed6fa1567b57aabe6a.tar.gz |
Again disable stage0 terminfo on Windows
This accidentally regressed in D3177.
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -431,7 +431,9 @@ else # CLEANING # compiler already has installed (or up-to-date enough). PACKAGES_STAGE0 = binary Cabal/Cabal hpc ghc-boot-th ghc-boot hoopl transformers template-haskell ghci +ifeq "$(Windows_Host)" "NO" PACKAGES_STAGE0 += terminfo +endif PACKAGES_STAGE1 += ghc-prim PACKAGES_STAGE1 += $(INTEGER_LIBRARY) |