summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename GHCi's UI modules into GHCi.UI(.*)Herbert Valerio Riedel2015-12-211-425/+0
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-1/+1
* Merge new commands from ghci-ng (re #10874)Herbert Valerio Riedel2015-12-201-0/+19
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-70/+57
* Refactor GHCi Command type; allow "hidden" commandsHerbert Valerio Riedel2015-12-081-4/+16
* Introduce HasGhciState class and refactor use-sitesHerbert Valerio Riedel2015-12-081-6/+14
* Remove redundant CPP conditionalsHerbert Valerio Riedel2015-12-071-4/+0
* Add isImport, isDecl, and isStmt functions to GHC APIRoman Shatsov2015-12-071-18/+1
* Revert "ghci: Add support for prompt functions"Ben Gamari2015-12-021-11/+3
* ghci: Add support for prompt functionsBen Gamari2015-11-291-3/+11
* Function definition in GHCiRoman Shatsov2015-11-211-1/+18
* MRP-refactor `GHCi` Applicative/Monad instanceHerbert Valerio Riedel2015-10-181-2/+1
* 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