summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Lib/Internal.hs
Commit message (Expand)AuthorAgeFilesLines
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-051-3/+16
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-211-0/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-4/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+3
* Explicit SpecificityGert-Jan Bottu2020-05-211-20/+34
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-0/+2
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-367/+371
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-0/+3
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-021-4/+4
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-3/+3
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-081-0/+2
* Visible dependent quantificationRyan Scott2019-03-011-0/+3
* Visible kind applicationmynguyen2019-01-031-25/+31
* More explicit foralls (GHC Proposal 0007)Matthew Yacavone2018-10-271-26/+31
* Add support for ImplicitParams and RecursiveDo in THMichael Sloan2018-09-141-0/+23
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* Introduce DerivingViaRyan Scott2018-06-041-6/+21
* template-haskell: Rip out FamFlavourBen Gamari2017-12-041-48/+0
* Merge types and kinds in DsMetaRyan Scott2017-07-281-0/+936