summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| * Update Git repo URL in `.cabal` fileHerbert Valerio Riedel2013-09-111-1/+1
| * Fix AMP warningsDavid Luposchainsky2013-09-081-1/+9
| * Improve pretty printing for Template Haskell operatorsSimon Peyton Jones2013-08-291-4/+21
| * Fix GHC Trac #8186.Richard Eisenberg2013-08-271-1/+1
| * Implement roles into Template Haskell.Richard Eisenberg2013-08-024-1/+31
| * Remove some redundant warning suppressionIan Lynagh2013-07-281-6/+0
| * Update export list for closed type familiesRichard Eisenberg2013-07-021-0/+1
| * Update to support closed type families.Richard Eisenberg2013-06-213-19/+34
| * Fix typoGabor Greif2013-03-201-1/+1
| * Add "deprecated in" comments to deprecated pragmasIan Lynagh2013-02-191-1/+1
| * some more typosGabor Greif2013-02-022-2/+2
| * Implement overlapping type family instances.Richard Eisenberg2012-12-214-9/+34
| * Bump base lower version to 4.5 (the version GHC 7.4.1 came with)Ian Lynagh2012-11-301-1/+1
| * Bump version number following new policyIan Lynagh2012-11-301-1/+1
| * Add comment to .cabal file saying what GHC 7.6.1 shipped withIan Lynagh2012-11-301-0/+1
| * In the Template Haskell pretty printer, don't call errorSimon Peyton Jones2012-09-181-2/+2
| * Pragmas refactoring. Also adds RULES and 'SPECIALIZE instance' support.Mikhail Vorozhtsov2012-08-154-57/+88
| * Bump version to 2.8.0.0Paolo Capriotti2012-07-191-1/+1
| * Reorganise the Language.Haskell.TH export list, so that it Haddocks betterSimon Peyton Jones2012-07-161-10/+36
| * Add reportError and reportWarning to THSimon Peyton Jones2012-07-161-0/+9
| * Remove Language.Haskell.TH.Syntax.InternalsSimon Peyton Jones2012-07-163-65/+10
| * Add documentation for Template Haskell functionsSimon Peyton Jones2012-07-161-80/+330
| * Added multi-way if-expressions support.Mikhail Vorozhtsov2012-07-165-8/+26
| * Added lambda-case support.Mikhail Vorozhtsov2012-07-164-1/+7
| * Re-export forallC in Language.Haskell.TH (#7009)Paolo Capriotti2012-06-191-1/+1
| * StringPrimL now takes [Word8]Reiner Pope2012-06-193-4/+10
| * omit the profasm waySimon Marlow2012-06-121-1/+2
| * Abstract out a Ppr Inline instanceIan Lynagh2012-05-221-9/+8
| * Change TH syntax to allow promoted kinds and kind polymorphismSimon Peyton Jones2012-05-184-36/+120
| * Add INLINABLE pragmas in Template HaskellSimon Peyton Jones2012-05-184-14/+25
| * Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-184-3/+18
| |\
| | * Add fixity declarations to Template Haskell (Trac #1541)Simon Peyton Jones2012-03-143-3/+15
| | * Update .gitignore.Paolo Capriotti2012-03-061-0/+3
| * | Updates to type-literal support.Iavor S. Diatchki2012-03-153-13/+14
| * | Merge branch 'master' into type-natsIavor S. Diatchki2012-03-1412-88/+237
| |\ \ | | |/
| | * Fix the data constructors for tuples etc that dataToExpQ buildsIan Lynagh2012-02-085-3/+27
| | * Export addDependentFile from Language.Haskell.TH.Syntax; part of #4900Ian Lynagh2012-01-311-1/+1
| | * Make dataToQa work regardless of the set of in-scope names (fixes #4491).Geoffrey Mainland2011-11-091-11/+18
| | * addDependentFile #4900Greg Weber2011-11-051-8/+18
| | * Follow ghc-prim changesIan Lynagh2011-08-261-3/+1
| | * Implement lookupTypeName/lookupValueName, and reification of type family inst...Simon Peyton Jones2011-08-233-47/+52