diff options
-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 |