diff options
author | Ian Lynagh <igloo@earth.li> | 2009-04-29 00:58:38 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-04-29 00:58:38 +0000 |
commit | 46aed8a4a084add708bbd119d19905105d5f0d72 (patch) | |
tree | 2f93cdcc414bc3a3b128512b0a1ee3d6ddce95bf /ghc.mk | |
parent | e213baf0e233efca39d627efcbabeeaac14f3e5c (diff) | |
download | haskell-46aed8a4a084add708bbd119d19905105d5f0d72.tar.gz |
Use haskeline, rather than editline, for line editing in ghci
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |