summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
Commit message (Expand)AuthorAgeFilesLines
* Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-271-1/+1
* New linear types syntax: a %p -> b (#18459)Vladislav Zavialov2020-09-291-2/+2
* Make CodeQ and TExpQ levity polymorphicRyan Scott2020-08-053-3/+20
* Use a newtype `Code` for the return type of typed quotations (Proposal #195)Matthew Pickering2020-07-217-53/+136
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-265-9/+32
* Linear types (#15981)Krzysztof Gogolewski2020-06-174-0/+15
* base: Bump to 4.15.0.0Ben Gamari2020-06-171-1/+1
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-132-0/+24
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-282-0/+11
* Explicit SpecificityGert-Jan Bottu2020-05-216-60/+100
* Define a Quote IO instanceRyan Scott2020-04-281-2/+8
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-272-1/+48
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Bump template-haskell version to 2.17.0.0Ryan Scott2020-04-141-1/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-1/+1
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-311-8/+3
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-202-24/+25
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-2/+3
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-148-2/+10
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-125-457/+490
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Parenthesize the * kind in TH.PprVladislav Zavialov2019-12-051-12/+19
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-1/+1
* 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
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-4/+20
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-20/+11
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-254-1/+6
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-263-0/+16
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-052-6/+13
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-025-21/+66
* fix Template Haskell cross compilation on 64 bit compiler with 32 bit targetLuite Stegeman2019-05-222-7/+8
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-183-17/+219
* Replace git.haskell.org with gitlab.haskell.org (#16196)Yuriy Syrovetskiy2019-04-041-1/+1
* Fix a few broken Trac links [skip ci]Chaitanya Koparkar2019-03-271-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-3/+3
* 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