summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
Commit message (Expand)AuthorAgeFilesLines
* Have addModFinalizer expose the local type environment.Facundo Domínguez2016-07-061-0/+4
* Add template-haskell changelog note for #8761Ryan Scott2016-06-241-0/+8
* Clean up outdated comments in template-haskell changelogRyan Scott2016-06-241-6/+3
* Remove 'deriving Typeable' statementsRyan Scott2016-05-241-50/+50
* Move Extension type to ghc-boot-thBen Gamari2016-05-162-4/+4
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-125-26/+184
* TH: Tweak Haddock languageBen Gamari2016-04-171-2/+2
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-175-6/+35
* template-haskell: define `MonadFail Q` instanceHerbert Valerio Riedel2016-03-082-0/+21
* template-haskell: remove redundant CPP useHerbert Valerio Riedel2016-03-081-9/+0
* template-haskell: Drop use of Rank2Types/PolymorphicComponentsHerbert Valerio Riedel2016-03-082-7/+8
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-3/+6
* TemplateHaskell: revive isStrict, notStrict and unpackedThomas Miedema2016-01-132-0/+15
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-083-10/+28
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-063-33/+49
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-312-3/+1
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-312-7/+1
* Bump GHC HEAD's Version from 7.11 to 8.1ghc-8.1-startHerbert Valerio Riedel2015-12-302-2/+2
* Update a few references to GHC 7.12Ben Gamari2015-12-291-1/+1
* Synchronise ghci-package version with ghc-packageHerbert Valerio Riedel2015-12-281-1/+1
* Refactor named wildcards (again)Simon Peyton Jones2015-12-223-6/+3
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-225-108/+245
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-215-70/+165
* Fix-up GHC 7.12 artifactsHerbert Valerio Riedel2015-12-211-1/+1
* Expose enabled language extensions to THBen Gamari2015-12-154-3/+49
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-143-23/+29
* Refactor type families in Template HaskellJohn Leo2015-12-125-24/+38
* Rename s/7.12.1/8.0.1/ two minor occurencesHerbert Valerio Riedel2015-12-081-1/+1
* Documentation: escape characters in template-haskell HaddocksRyanGlScott2015-12-071-10/+10
* template-haskell: drop `TemplateHaskell` requirementHerbert Valerio Riedel2015-11-171-1/+0
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-071-1/+1
* Bump `base` version to 4.9.0.0 (closes #11026)Herbert Valerio Riedel2015-11-011-1/+1
* template-haskell: set explicit return=pureHerbert Valerio Riedel2015-10-182-0/+2
* template-haskell: MRP-refactor Applicative/Monad instancesHerbert Valerio Riedel2015-10-182-4/+3
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-163-0/+8
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-1/+1
* Make dataToQa aware of Data instances which use functions to implement toConstrRyanGlScott2015-10-134-13/+66
* DeriveLift extension (#1830)RyanGlScott2015-09-211-0/+23
* Add namePackage function to template-haskellRyanGlScott2015-09-173-2/+37
* Injective type familiesJan Stolarek2015-09-035-53/+142
* template-haskell: Add changelog entry to infix type operatorsBen Gamari2015-08-121-0/+6
* Bump template-haskell to new major version 2.11Herbert Valerio Riedel2015-08-122-1/+8
* Add Fixity info for infix typesRyanGlScott2015-08-053-11/+17
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-274-10/+37
* Delete __GLASGOW_HASKELL__ ifdefs for stage0 < 7.8Thomas Miedema2015-07-211-6/+0
* Support wild cards in TH splicesThomas Winant2015-07-203-0/+8
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-174-1/+5
* Move liftData and use it as a default definition for Lift.Edward Z. Yang2015-06-032-76/+101
* Add liftData function.Edward Z. Yang2015-05-281-2/+8