summaryrefslogtreecommitdiff
path: root/libraries/ghci/GHCi/TH.hs
Commit message (Expand)AuthorAgeFilesLines
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-5/+1
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-261-0/+1
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-1/+1
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+3
* Fix for recover with -fexternal-interpreter (#15418)Simon Marlow2018-09-271-6/+7
* NoImplicitPrelude in ghc-boot-th, ghc-boot, ghc-heap, ghciShayne Fletcher2018-09-181-0/+1
* Support adding objects from THAlec Theriault2018-03-251-1/+2
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+1
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-1/+4
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-081-1/+1
* Implement addCStub in template-haskell.Facundo Domínguez2017-02-091-0/+1
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-18/+18
* Remote GHCi: comments onlySimon Marlow2016-06-241-1/+97
* Remote GHCi: separate out message typesSimon Marlow2016-06-241-5/+5
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-1/+1
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-081-0/+4
* Fix a double-free bug in -fexternal-interpreterSimon Marlow2016-02-201-1/+0
* Support for qRecover in TH with -fexternal-interpreterSimon Marlow2016-01-081-17/+19
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-22/+10
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-0/+1
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-0/+175