summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make template-haskell build with GHC 7.6, fixes bootstrap build.Edward Z. Yang2015-05-112-3/+11
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-113-5/+22
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-1/+1
* Quick fix: drop base bound on template-haskell.Edward Z. Yang2015-05-091-1/+1
* Documentation for Language.Haskell.TH.Quote.Edward Z. Yang2015-05-041-7/+41
* Try to reconstruct a changelog for TH 2.10Herbert Valerio Riedel2015-03-201-1/+18
* Put parens around (ty :: kind) when pretty-printing TH syntaxSimon Peyton Jones2015-02-061-2/+13
* Add instance Lift NaturalRichard Eisenberg2014-12-191-0/+5
* Merge some instances from th-orphans.Richard Eisenberg2014-12-192-6/+54
* Add Ord instances to THRichard Eisenberg2014-12-101-34/+34
* Implement -XStaticValuesFacundo Domínguez2014-12-094-1/+8
* Make calling conventions in template haskell Syntax.hs consistent with those ...Luite Stegeman2014-11-193-5/+10
* add missing instances for Loc and a few missing Eq instancesLuite Stegeman2014-11-191-2/+3
* template-haskell: Missing instances for Rational and ().Mathieu Boespflug2014-11-191-2/+9
* document addDependentFile uses contents, not mtimeGreg Weber2014-11-171-2/+9
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-124-1/+11
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-124-1/+12
* Derive Generic for TH types (#9527)Richard Eisenberg2014-11-121-41/+42
* Remove unboxed Int# fields from NameFlavour (#9527)Richard Eisenberg2014-11-122-98/+19
* Untabify template-haskell.Richard Eisenberg2014-11-125-51/+51
* Fix #9738, by handling {-# ANN ... #-} in DsMeta.Richard Eisenberg2014-11-011-0/+11
* Add support for LINE pragma in template-haskellEric Mertens2014-10-074-0/+7
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-72/+72
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-2/+2