summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-02-28 11:04:40 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-28 11:05:20 -0500
commit29b57238e53ca7feae9257ed6fa1567b57aabe6a (patch)
tree1e23995a883103d1aa6cfca09f34affbae5ee30c /ghc.mk
parentdb2a667655506c43dd3c8260d29031bde55f1bee (diff)
downloadhaskell-29b57238e53ca7feae9257ed6fa1567b57aabe6a.tar.gz
Again disable stage0 terminfo on Windows
This accidentally regressed in D3177.
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc.mk b/ghc.mk
index 578e031fed..caa6c38fbb 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -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)