summaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-04-29 00:58:38 +0000
committerIan Lynagh <igloo@earth.li>2009-04-29 00:58:38 +0000
commit46aed8a4a084add708bbd119d19905105d5f0d72 (patch)
tree2f93cdcc414bc3a3b128512b0a1ee3d6ddce95bf /ghc.mk
parente213baf0e233efca39d627efcbabeeaac14f3e5c (diff)
downloadhaskell-46aed8a4a084add708bbd119d19905105d5f0d72.tar.gz
Use haskeline, rather than editline, for line editing in ghci
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/ghc.mk b/ghc.mk
index 15d0b35e0c..c9b280984a 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -308,7 +308,15 @@ PACKAGES += \
syb \
template-haskell \
base3-compat \
- Cabal
+ Cabal \
+ mtl \
+ utf8-string
+
+ifneq "$(Windows)" "YES"
+PACKAGES += terminfo
+endif
+
+PACKAGES += haskeline
BOOT_PKGS = Cabal hpc extensible-exceptions