diff options
author | Shea Levy <shea@shealevy.com> | 2016-12-14 16:46:03 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-12-15 10:42:25 -0500 |
commit | 6370a564f6bc5d0b40cfa080927130a1b2406557 (patch) | |
tree | a4efef9656ea396169d3a080e54e80106eaf6fe4 /ghc.mk | |
parent | 8b2e5881550be049303b99d7862fb3c85b9ae2a4 (diff) | |
download | haskell-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.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |