summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-5/+1
* Remove unused ghciHandleGhcExceptionIan Lynagh2012-02-161-5/+0
* Fix warning in GhciMonad.David Terei2012-01-261-1/+2
* Improve source code documentation og GHCi main.David Terei2012-01-251-1/+15
* Tabs -> SpacesDavid Terei2011-12-191-43/+37
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-4/+6
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Follow changes to HValue/Any handlingIan Lynagh2011-10-031-1/+1
* Add support for all top-level declarations to GHCiSimon Marlow2011-09-211-4/+15
* Clean up the handling of the import and :module commands in GHCiSimon Marlow2011-08-261-19/+20
* Tidy up the ic_exports field of the InteractiveContext. PreviouslySimon Marlow2011-06-041-3/+3
* :script file scripts in GHCi #1363Vivian McPhail2011-02-261-1/+2
* multiline commands in GHCi #4316Vivian McPhail2010-11-051-0/+1
* Comments onlysimonpj@microsoft.com2010-12-241-1/+2
* Use liftIO rather than ioIan Lynagh2010-11-031-9/+6
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-13/+3
* adapt to the new async exceptions APISimon Marlow2010-07-091-3/+12
* refactor import declaration support (#2362)Simon Marlow2010-07-051-8/+5
* trac #2362 (full import syntax in ghci)amsay@amsay.net2010-06-251-1/+5
* 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