alow macros to redefine builtin GHCi commands (implements #3084)
[ghc-hetmet.git] / ghc / InteractiveUI.hs
2009-05-12 Peter Hercekalow macros to redefine builtin GHCi commands (implemen...
2009-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-07-23 Simon MarlowWindows only: set the encoding on stdin to utf8
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-06-23 Simon MarlowFix buffering problem when GHCi is using the new IO...
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-28 Simon Marlowdon't call Haskeline to read input when stdin is not...
2009-05-23 Ian LynaghFix warnings
2009-05-06 Simon Marlow#2197: try to detect when GHCi is compiled with -prof...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...