summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
Commit message (Expand)AuthorAgeFilesLines
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-152-6/+6
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-085-1/+43
* Visible dependent quantificationRyan Scott2019-03-015-6/+31
* Bump ghc version to 8.9Ryan Scott2019-02-201-1/+5
* Add `liftedTyped` to `Lift` classAlec Theriault2019-02-132-4/+59
* Add support for ASM foreign files (.s) in TH (#16180)Sylvain Henry2019-01-201-4/+5
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-182-2/+4
* Visible kind applicationmynguyen2019-01-035-76/+120
* Fix embarrassing infinite loop in pprParendTypeRyan Scott2018-12-031-1/+3
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-302-0/+18
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-275-46/+97
* Fix #15738 by defining (and using) parenthesizeHsContextRyan Scott2018-10-151-0/+1
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-042-25/+42
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-145-10/+62
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-276-0/+11
* Fix handling of unbound constructor names in TH #14627Michael Sloan2018-07-121-1/+6
* Typofixes in comments and whitespace only [ci skip]Gabor Greif2018-06-261-1/+1
* configure: Set version to 8.7ghc-8.7-startBen Gamari2018-06-201-1/+1
* A few more typofixes in docs/comments [ci skip]Gabor Greif2018-06-201-1/+1
* configure: Bump version to 8.6.0Richard Eisenberg2018-06-191-1/+1
* Mark some TH tests as req_interpÖmer Sinan Ağacan2018-06-191-1/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-151-2/+2
* Introduce DerivingViaRyan Scott2018-06-045-13/+59
* Fix #14875 by introducing PprPrec, and using itRyan Scott2018-05-131-6/+13
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-1/+1
* Bump template-haskell to 2.14.0.0Ryan Scott2018-04-092-3/+19
* Support adding objects from THAlec Theriault2018-03-251-6/+40
* Bump version to 8.5ghc-8.5-startBen Gamari2017-12-041-1/+1
* template-haskell: Rip out FamFlavourBen Gamari2017-12-046-61/+7
* Document a law for TH's Lift classRyan Scott2017-09-301-0/+3
* Bump template-haskell to 2.13.0.0Ryan Scott2017-09-251-1/+1
* Implement TH addCorePlugin.Facundo Domínguez2017-09-211-0/+14
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-222-0/+2
* Bump base to 4.11.0.0Ben Gamari2017-09-211-1/+1
* Remove now redundant cabal conditionals in {ghc,template-haskell}.cabalHerbert Valerio Riedel2017-09-091-10/+4
* Document the intricacies of ForallC variable quantification betterRyan Scott2017-09-021-0/+29
* Fixed a typo in template-haskell documentationBenjamin Hodgson2017-08-221-1/+1
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-052-4/+11
* Drop GHC 7.10 compatibilityRyan Scott2017-08-011-15/+1
* Follow-up to #13887, for promoted infix constructorsRyan Scott2017-07-291-2/+2
* Merge types and kinds in DsMetaRyan Scott2017-07-284-788/+994
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-0/+6
* Parenthesize infix type names in data declarations in TH printerEugene Akentyev2017-07-111-3/+4
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-114-1/+8
* Fix pretty-printing of zero-argument lambda expressionsRyan Scott2017-06-231-0/+1
* Fix Haddock markupGabor Greif2017-06-141-1/+1
* template-haskell: Properly escape StrTyLit docEric Mertens2017-05-271-1/+1
* Fix Haddock markupAlexey Vagarenko2017-05-191-1/+1