Tidy up the ic_exports field of the InteractiveContext. Previously
[ghc-hetmet.git] / ghc / GhciMonad.hs
2011-06-03 Simon MarlowTidy up the ic_exports field of the InteractiveContext...
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2010-11-05 Vivian McPhailmultiline commands in GHCi #4316
2010-12-24 simonpj@microsoft.comComments only
2010-11-03 Ian LynaghUse liftIO rather than io
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-07-05 Simon Marlowrefactor import declaration support (#2362)
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2009-10-21 Simon MarlowGhciMonad.resume should restore the program's argv...
2009-09-18 Simon Marlowremove encoding of output using Haskeline; the IO libra...
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-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...