From 46aed8a4a084add708bbd119d19905105d5f0d72 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 29 Apr 2009 00:58:38 +0000 Subject: Use haskeline, rather than editline, for line editing in ghci --- ghc.mk | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ghc.mk') 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 -- cgit v1.2.1