summaryrefslogtreecommitdiff
path: root/libraries/template-haskell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump `base` version to 4.8.0.0 for realHerbert Valerio Riedel2014-09-092-2/+9
* Make Applicative a superclass of MonadAustin Seipp2014-09-092-2/+3
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-2/+2
* Simplify .gitignore filesHerbert Valerio Riedel2014-06-281-2/+16
* Whitespace onlyGabor Greif2014-06-281-61/+61
* Typos in commentsGabor Greif2014-06-191-1/+1
* Refine deprecation warnings in template-haskell.Richard Eisenberg2014-06-111-2/+2
* Add .gitignore for autogenerated test files.Edward Z. Yang2014-05-291-0/+2
* Provide deprecated backward compatible implementation to 'equalP'Gabor Greif2014-05-192-1/+10
* Re-add 'classP' with a compatible implementation and a deprecation noticeGabor Greif2014-05-192-1/+8
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-253-3/+113
* Update Cabal source-repository entries (re #8545)Herbert Valerio Riedel2014-04-191-6/+2
* Bump to 2.10.0.0Herbert Valerio Riedel2014-03-231-3/+3
* Add documentation to why Pred has become a type synonym.Richard Eisenberg2014-02-091-0/+3
* Change type of equalityT to be more parallel with others.Richard Eisenberg2014-02-091-7/+2
* Make Pred a type synonym of Type (issue #7021)YoEight2014-02-094-49/+37
* Deprecate TH.global (Trac #8656)Simon Peyton Jones2014-01-091-0/+2
* Improve mkName, so that it correctly parses the name ^..Simon Peyton Jones2013-12-301-4/+20
* Kill trailing whitespacesJan Stolarek2013-12-281-18/+18
* Use type synonymJan Stolarek2013-12-281-1/+1
* Use addDependentFile in quoteFile.Austin Seipp2013-11-031-1/+2
* Allow module reification (#1480)Austin Seipp2013-11-014-4/+38
* Refactor & modernize `.cabal` to `cabal-version>=1.10`Herbert Valerio Riedel2013-10-241-23/+47
* Declare all language extensions via `{-# LANGUAGE #-}`Herbert Valerio Riedel2013-10-242-2/+2
* Make TExp's argument have nominal role (Trac #8459)Simon Peyton Jones2013-10-221-1/+15
* Add reifyAnnotations (#8397)Austin Seipp2013-10-112-3/+20
* Add Template Haskell state.Geoffrey Mainland2013-10-041-0/+16
* Add support for top-level finalizersGeoffrey Mainland2013-10-041-0/+9
* Correctly pretty-print let and do expressions.Geoffrey Mainland2013-10-041-3/+13
* Add the TExpQ type alias.Geoffrey Mainland2013-10-041-0/+1
* Make a TExp a wrap a TH.Exp instead of a TH.ExpQ.Geoffrey Mainland2013-10-041-1/+9
* Add a method to the Quasi type class that adds new top-level declarations.Geoffrey Mainland2013-10-041-0/+9
* Add TExp data type.Geoffrey Mainland2013-10-042-0/+11
* Add TH support for annotations (#8340)Austin Seipp2013-10-014-2/+19
* Follow changes in comparison primops (see #6135)Jan Stolarek2013-09-181-9/+8
* Trailing whitespacesJan Stolarek2013-09-181-71/+71
* Support new role annotation syntax.Richard Eisenberg2013-09-174-24/+42