Trim unused imports detected by new unused-import code
[ghc-hetmet.git] / ghc / InteractiveUI.hs
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...