summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* More accurate allocation stats for :set +sSimon Marlow2015-05-111-18/+19
* fix typoJavran Cheng2015-04-061-1/+1
* Make ghc -e fail on invalid declarationsReid Barton2014-12-231-3/+5
* Make ghc -e not exit on valid import commands (#9905)Reid Barton2014-12-231-0/+1
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-3/+3
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-3/+3
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-2/+5
* Fixes #95 :edit command should jump to the last errorLorenzo Tabacchini2014-06-131-1/+3
* Convert `ghc-bin.cabal` to use others-extensionsHerbert Valerio Riedel2014-05-151-0/+1
* Separate thousands when printing allocated bytesErlend Hamberg2014-04-211-1/+6
* Fix AMP warnings.Austin Seipp2013-09-111-3/+8
* Add the ability to customize the continuation prompt.usrbincc2013-06-041-1/+1
* Remove gblock and gunblockIan Lynagh2013-02-191-5/+0
* Ship transformers with GHCIan Lynagh2013-01-021-16/+6
* Make a little more of the GHCi internal API configurableDavid Terei2012-07-101-1/+8
* Fix ghc/ following -dppr-user-length changesIan Lynagh2012-06-141-2/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-4/+5
* Build fixesIan Lynagh2012-06-121-2/+4
* Updates for haskeline-0.7's new MonadException API.Judah Jacobson2012-05-261-8/+12
* Use transformers directly, rather than using mtlIan Lynagh2012-05-191-1/+2
* 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