[commit: ghc] master: Build terminfo on iOS. (6370a56)
git at git.haskell.org
git at git.haskell.org
Thu Dec 15 15:43:22 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6370a564f6bc5d0b40cfa080927130a1b2406557/ghc
>---------------------------------------------------------------
commit 6370a564f6bc5d0b40cfa080927130a1b2406557
Author: Shea Levy <shea at shealevy.com>
Date: Wed Dec 14 16:46:03 2016 -0500
Build terminfo on iOS.
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2830
>---------------------------------------------------------------
6370a564f6bc5d0b40cfa080927130a1b2406557
ghc.mk | 4 ----
1 file changed, 4 deletions(-)
diff --git a/ghc.mk b/ghc.mk
index 139b6d1..a06c4a7 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -432,10 +432,8 @@ else # CLEANING
PACKAGES_STAGE0 = binary Cabal/Cabal hpc ghc-boot-th ghc-boot hoopl transformers template-haskell
ifeq "$(Windows_Host)" "NO"
-ifneq "$(HostOS_CPP)" "ios"
PACKAGES_STAGE0 += terminfo
endif
-endif
PACKAGES_STAGE1 += ghc-prim
PACKAGES_STAGE1 += $(INTEGER_LIBRARY)
@@ -472,10 +470,8 @@ PACKAGES_STAGE1 += xhtml
endif
ifeq "$(Windows_Target)" "NO"
-ifneq "$(TargetOS_CPP)" "ios"
PACKAGES_STAGE1 += terminfo
endif
-endif
PACKAGES_STAGE1 += haskeline
PACKAGES_STAGE1 += ghci
More information about the ghc-commits
mailing list