summaryrefslogtreecommitdiff
path: root/ghc/GHCi/UI/Monad.hs
Commit message (Expand)AuthorAgeFilesLines
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-181-5/+5
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-041-58/+5
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-4/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Bump Haskeline and add exceptions as boot libraryBen Gamari2019-11-131-15/+47
* Remove redundant -fno-cse optionsÖmer Sinan Ağacan2019-10-261-2/+1
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-2/+2
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-221-14/+25
* Use DeriveFunctor throughout the codebase (#15654)Krzysztof Gogolewski2019-06-121-4/+2
* Add disable/enable commands to ghci debugger #2215Roland Senn2019-06-091-7/+15
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-151-0/+11
* Remove unnecessary uses of UnboxedTuples pragma (see #13101 / #15454)Michael Sloan2019-04-011-1/+1
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-071-3/+2
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-311-36/+45
* Fix #12509: ghci -XSafe fails in an inscrutable wayRoland Senn2019-01-281-4/+9
* Introduce ghci command wrapperZejun Wu2019-01-161-18/+55
* Refactor GHCi UI to fix #11606, #12091, #15721, #16096Ömer Sinan Ağacan2019-01-131-5/+17
* Fix ghci crash when starting with -fno-implicit-import-qualifiedZejun Wu2018-12-171-12/+13
* Handle :cd in external interpreter in a more robust wayZejun Wu2018-12-171-0/+2
* Disable -XRebindableSyntax when running internal GHCi expressionsRyan Scott2017-10-191-10/+23
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-0/+1
* Udate hsSyn AST to use Trees that GrowAlan Zimmerman2017-06-061-4/+3
* Use lengthIs and friends in more placesRyan Scott2017-06-021-2/+3
* Make GHCi work when RebindableSyntax is enabledRyan Scott2017-06-021-5/+7
* Generalise the implicit prelude importSimon Marlow2016-11-161-0/+22
* Greater customization of GHCi promptniksaz2016-05-011-2/+7
* GHCi: use real time instead of CPU time for :set -sSimon Marlow2016-04-261-8/+8
* ghci: Kill global macros listBen Gamari2016-01-191-25/+27
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-1/+1
* Rename GHCi's UI modules into GHCi.UI(.*)Herbert Valerio Riedel2015-12-211-0/+425