summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-12-14 16:46:03 -0500
committerBen Gamari <ben@smart-cactus.org>2016-12-15 10:42:25 -0500
commit6370a564f6bc5d0b40cfa080927130a1b2406557 (patch)
treea4efef9656ea396169d3a080e54e80106eaf6fe4 /ghc.mk
parent8b2e5881550be049303b99d7862fb3c85b9ae2a4 (diff)
downloadhaskell-6370a564f6bc5d0b40cfa080927130a1b2406557.tar.gz
Build terminfo on iOS.
Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2830
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc.mk b/ghc.mk
index 139b6d1a39..a06c4a7fae 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