summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH.hs
Commit message (Expand)AuthorAgeFilesLines
* sighparsonsmatt2021-05-291-1/+1
* Address review comments, export from THparsonsmatt2021-05-291-0/+1
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+3
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-0/+2
* Explicit SpecificityGert-Jan Bottu2020-05-211-0/+1
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-0/+1
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-2/+2
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-261-0/+2
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-1/+1
* Introduce unboxedSum{Data,Type}Name to template-haskellRyan Scott2016-12-181-0/+2
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-171-84/+1
* Implement deriving strategiesRyan Scott2016-09-301-6/+7
* Template Haskell support for TypeApplicationsRyan Scott2016-08-291-1/+1
* Template Haskell support for unboxed sumsRyan Scott2016-08-231-5/+6
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-3/+9
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-1/+3
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-131-0/+1
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-5/+11
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-1/+3
* Expose enabled language extensions to THBen Gamari2015-12-151-0/+3
* Refactor type families in Template HaskellJohn Leo2015-12-121-1/+1
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-131-0/+1
* Add namePackage function to template-haskellRyanGlScott2015-09-171-0/+1
* Injective type familiesJan Stolarek2015-09-031-6/+7
* Add Fixity info for infix typesRyanGlScott2015-08-051-0/+2
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-2/+3
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-1/+1
* Implement -XStaticValuesFacundo Domínguez2014-12-091-1/+1
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-191-1/+2
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-1/+1
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-1/+1
* Untabify template-haskell.Richard Eisenberg2014-11-121-4/+4
* Add support for LINE pragma in template-haskellEric Mertens2014-10-071-0/+1
* Whitespace onlyGabor Greif2014-06-281-61/+61
* Provide deprecated backward compatible implementation to 'equalP'Gabor Greif2014-05-191-1/+1
* Re-add 'classP' with a compatible implementation and a deprecation noticeGabor Greif2014-05-191-1/+1
* Make Pred a type synonym of Type (issue #7021)YoEight2014-02-091-5/+4
* Allow module reification (#1480)Austin Seipp2013-11-011-1/+3
* Add reifyAnnotations (#8397)Austin Seipp2013-10-111-0/+2
* Add TExp data type.Geoffrey Mainland2013-10-041-0/+3
* Add TH support for annotations (#8340)Austin Seipp2013-10-011-2/+2
* Support new role annotation syntax.Richard Eisenberg2013-09-171-2/+9
* Implement roles into Template Haskell.Richard Eisenberg2013-08-021-1/+1
* Update export list for closed type familiesRichard Eisenberg2013-07-021-0/+1
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-3/+3
* Pragmas refactoring. Also adds RULES and 'SPECIALIZE instance' support.Mikhail Vorozhtsov2012-08-151-5/+5
* Reorganise the Language.Haskell.TH export list, so that it Haddocks betterSimon Peyton Jones2012-07-161-10/+36
* Added multi-way if-expressions support.Mikhail Vorozhtsov2012-07-161-1/+1
* Added lambda-case support.Mikhail Vorozhtsov2012-07-161-1/+1
* Re-export forallC in Language.Haskell.TH (#7009)Paolo Capriotti2012-06-191-1/+1