summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Lib.hs
Commit message (Expand)AuthorAgeFilesLines
* Visible kind applicationmynguyen2019-01-031-11/+12
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-2/+19
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-5/+8
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-2/+21
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-2/+1
* Merge types and kinds in DsMetaRyan Scott2017-07-281-788/+48
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-1/+4
* configure.ac: Bump version to 8.3ghc-8.3-startBen Gamari2017-03-091-1/+1
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-261-1/+4
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-171-1/+103
* Implement deriving strategiesRyan Scott2016-09-301-10/+22
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-0/+3
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-0/+13
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-2/+37
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-2/+7
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-131-0/+14
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-061-7/+5
* Bump GHC HEAD's Version from 7.11 to 8.1ghc-8.1-startHerbert Valerio Riedel2015-12-301-1/+1
* Update a few references to GHC 7.12Ben Gamari2015-12-291-1/+1
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-4/+1
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-35/+62
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-13/+20
* Fix-up GHC 7.12 artifactsHerbert Valerio Riedel2015-12-211-1/+1
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-141-8/+12
* Refactor type families in Template HaskellJohn Leo2015-12-121-6/+8
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-0/+3
* Injective type familiesJan Stolarek2015-09-031-18/+68
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-0/+14
* Support wild cards in TH splicesThomas Winant2015-07-201-0/+6
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+2
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+4
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-191-3/+6
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-0/+6
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-0/+7
* Untabify template-haskell.Richard Eisenberg2014-11-121-1/+1
* Fix #9738, by handling {-# ANN ... #-} in DsMeta.Richard Eisenberg2014-11-011-0/+11
* Add support for LINE pragma in template-haskellEric Mertens2014-10-071-0/+3
* Refine deprecation warnings in template-haskell.Richard Eisenberg2014-06-111-2/+2
* Provide deprecated backward compatible implementation to 'equalP'Gabor Greif2014-05-191-0/+9
* Re-add 'classP' with a compatible implementation and a deprecation noticeGabor Greif2014-05-191-0/+7
* Change type of equalityT to be more parallel with others.Richard Eisenberg2014-02-091-7/+2
* Make Pred a type synonym of Type (issue #7021)YoEight2014-02-091-13/+8
* Deprecate TH.global (Trac #8656)Simon Peyton Jones2014-01-091-0/+2
* Kill trailing whitespacesJan Stolarek2013-12-281-18/+18
* Use type synonymJan Stolarek2013-12-281-1/+1
* Allow module reification (#1480)Austin Seipp2013-11-011-0/+6
* Add the TExpQ type alias.Geoffrey Mainland2013-10-041-0/+1
* Add TH support for annotations (#8340)Austin Seipp2013-10-011-0/+6
* Support new role annotation syntax.Richard Eisenberg2013-09-171-11/+11