summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Allow generation of TTH syntax with THOleg Grenrus2023-04-121-0/+4
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-011-4/+0
* Handle records in the renamersheaf2023-03-291-0/+12
* Add Lift instance for Fixedparsonsmatt2023-02-101-0/+1
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-031-0/+3
* libraries: template-haskell: vendor filepath differentlyDouglas Wilson2022-09-141-0/+5
* Updated the changelogMario Blažević2022-08-221-0/+5
* Add instance Lift ByteArrayBodigrim2022-03-251-0/+1
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-111-1/+8
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-031-0/+3
* template-haskell: Add support for default declarationsMario Blažević2021-07-211-0/+4
* Address review comments, export from THparsonsmatt2021-05-291-0/+3
* Move miscategorized items in template-haskell changelogRyan Scott2021-03-201-6/+6
* Clean up TBDs in changelogBen Gamari2021-03-201-1/+7
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-101-0/+8
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+3
* Implement type applications in patternsCale Gibbard2020-12-141-0/+3
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-051-0/+2
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-0/+3
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-1/+4
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-131-0/+2
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-281-0/+2
* Explicit SpecificityGert-Jan Bottu2020-05-211-0/+6
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-271-0/+6
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-201-5/+6
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-0/+9
* template-haskell: Fix italics in changelogRyan Scott2019-11-091-2/+2
* template-haskell: Fix TBAs in changelogBen Gamari2019-11-091-2/+2
* template-haskell: Document assembler foreign file supportBen Gamari2019-11-091-0/+2
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-261-0/+3
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-021-0/+5
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-181-1/+4
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-081-0/+3
* Visible dependent quantificationRyan Scott2019-03-011-0/+3
* Add `liftedTyped` to `Lift` classAlec Theriault2019-02-131-0/+5
* Visible kind applicationmynguyen2019-01-031-2/+8
* Add 'Lift' instances for 'NonEmpty' and 'Void'Alec Theriault2018-11-301-0/+2
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-0/+12
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-0/+5
* template-haskell: Fix typo in changelogBen Gamari2018-09-121-1/+1
* Introduce DerivingViaRyan Scott2018-06-041-0/+2
* Bump template-haskell to 2.14.0.0Ryan Scott2018-04-091-2/+18
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-2/+5
* Add MonadIO Q - by requiring MonadIO => QuasiOleg Grenrus2017-08-051-0/+5
* Merge types and kinds in DsMetaRyan Scott2017-07-281-0/+8
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-0/+6
* Add Template Haskell support for overloaded labelsMatthew Pickering2017-07-111-0/+2
* Template Haskell support for COMPLETE pragmasMatthew Pickering2017-01-261-0/+2
* Reexport Language.Haskell.TH.Lib from Language.Haskell.THRyan Scott2016-12-171-0/+11
* Make unboxedTuple{Type,Data}Name support 0- and 1-tuplesRyan Scott2016-12-151-0/+3