[commit: ghc] master: Again disable stage0 terminfo on Windows (29b5723)
git at git.haskell.org
git at git.haskell.org
Tue Feb 28 16:06:15 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/29b57238e53ca7feae9257ed6fa1567b57aabe6a/ghc
>---------------------------------------------------------------
commit 29b57238e53ca7feae9257ed6fa1567b57aabe6a
Author: Ben Gamari <ben at smart-cactus.org>
Date: Tue Feb 28 11:04:40 2017 -0500
Again disable stage0 terminfo on Windows
This accidentally regressed in D3177.
>---------------------------------------------------------------
29b57238e53ca7feae9257ed6fa1567b57aabe6a
ghc.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ghc.mk b/ghc.mk
index 578e031..caa6c38 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)
More information about the ghc-commits
mailing list