summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Ppr.hs
Commit message (Expand)AuthorAgeFilesLines
* Add TemplateHaskell support for Overlapping pragmasIavor S. Diatchki2016-04-171-1/+11
* Fix Template Haskell's handling of infix GADT constructorsRyanGlScott2016-01-081-6/+15
* Change Template Haskell representation of GADTs.Jan Stolarek2016-01-061-20/+23
* Refactor named wildcards (again)Simon Peyton Jones2015-12-221-1/+1
* Rework Template Haskell's handling of strictnessRyanGlScott2015-12-221-12/+54
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-34/+97
* Use Cxt for deriving clauses in TH (#10819)Ben Gamari2015-12-141-8/+10
* Refactor type families in Template HaskellJohn Leo2015-12-121-10/+11
* fix #10734 by adding braces to pretty-printing of let inside doarcpatch-D1448John Leo2015-11-071-1/+1
* Add typed holes support in Template Haskell.Jan Stolarek2015-10-161-0/+1
* Injective type familiesJan Stolarek2015-09-031-22/+39
* Add Fixity info for infix typesRyanGlScott2015-08-051-8/+6
* Add UInfixT to TH types (fixes #10522)Michael Smith2015-07-271-0/+7
* Support wild cards in TH splicesThomas Winant2015-07-201-0/+1
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-171-0/+1
* Put parens around (ty :: kind) when pretty-printing TH syntaxSimon Peyton Jones2015-02-061-2/+13
* Merge some instances from th-orphans.Richard Eisenberg2014-12-191-0/+14
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+2
* Fix #9064 by adding support for generic default signatures to TH.Richard Eisenberg2014-11-121-0/+3
* Fix #8100, by adding StandaloneDerivD to TH's Dec type.Richard Eisenberg2014-11-121-0/+3
* Untabify template-haskell.Richard Eisenberg2014-11-121-12/+12
* Add support for LINE pragma in template-haskellEric Mertens2014-10-071-0/+2
* Make Pred a type synonym of Type (issue #7021)YoEight2014-02-091-25/+21
* Allow module reification (#1480)Austin Seipp2013-11-011-0/+7
* Correctly pretty-print let and do expressions.Geoffrey Mainland2013-10-041-3/+13
* Add TH support for annotations (#8340)Austin Seipp2013-10-011-0/+5
* Support new role annotation syntax.Richard Eisenberg2013-09-171-6/+6
* Improve pretty printing for Template Haskell operatorsSimon Peyton Jones2013-08-291-4/+21
* Implement roles into Template Haskell.Richard Eisenberg2013-08-021-0/+8
* Update to support closed type families.Richard Eisenberg2013-06-211-5/+9
* some more typosGabor Greif2013-02-021-1/+1
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-1/+7
* 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-151-22/+36
* Added multi-way if-expressions support.Mikhail Vorozhtsov2012-07-161-6/+18
* Added lambda-case support.Mikhail Vorozhtsov2012-07-161-0/+2
* StringPrimL now takes [Word8]Reiner Pope2012-06-191-2/+6
* Abstract out a Ppr Inline instanceIan Lynagh2012-05-221-9/+8
* Change TH syntax to allow promoted kinds and kind polymorphismSimon Peyton Jones2012-05-181-17/+21
* Add INLINABLE pragmas in Template HaskellSimon Peyton Jones2012-05-181-2/+8
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-181-3/+4
|\
| * Add fixity declarations to Template Haskell (Trac #1541)Simon Peyton Jones2012-03-141-3/+4
* | Updates to type-literal support.Iavor S. Diatchki2012-03-151-3/+3
* | Merge branch 'master' into type-natsIavor S. Diatchki2012-03-141-15/+19
|\ \ | |/
| * Implement lookupTypeName/lookupValueName, and reification of type family inst...Simon Peyton Jones2011-08-231-11/+3
| * Update import of Text.PrettyPrintDavid Terei2011-08-191-1/+1
| * Add support for unresolved infix expressions and patterns.Reiner Pope2011-07-251-3/+14
| * Add TH support for UNPACK pragmas (Trac #5290)Simon Peyton Jones2011-07-181-0/+1
* | Changes for TypeNats.Iavor S. Diatchki2011-06-181-0/+8
|/
* Add unboxed tuple support to Template HaskellIan Lynagh2011-02-101-0/+6