summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* GhciMonad.resume should restore the program's argv and prognameSimon Marlow2009-10-211-1/+7
* remove encoding of output using Haskeline; the IO library does it now (#3398)Simon Marlow2009-09-181-32/+2
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-3/+3
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-4/+3
* Changes for the new IO library, mainly base-package modules moving aroundSimon Marlow2009-05-291-3/+3
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-0/+389