summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/PprLib.hs
Commit message (Expand)AuthorAgeFilesLines
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-1/+1
* fix Template Haskell cross compilation on 64 bit compiler with 32 bit targetLuite Stegeman2019-05-221-3/+3
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-0/+1
* Add TH support for pattern synonyms (fixes #8761)Dominik Bollmann2016-05-121-1/+1
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-1/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-4/+1
* Add proper GADTs support to Template HaskellJan Stolarek2015-12-211-10/+9
* template-haskell: set explicit return=pureHerbert Valerio Riedel2015-10-181-0/+1
* template-haskell: MRP-refactor Applicative/Monad instancesHerbert Valerio Riedel2015-10-181-2/+1
* Injective type familiesJan Stolarek2015-09-031-2/+4
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-1/+4
* Remove unboxed Int# fields from NameFlavour (#9527)Richard Eisenberg2014-11-121-4/+3
* Untabify template-haskell.Richard Eisenberg2014-11-121-33/+33
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+0
* Drop `template-haskell`'s build-dep on `containers`Herbert Valerio Riedel2014-04-251-2/+2
* Declare all language extensions via `{-# LANGUAGE #-}`Herbert Valerio Riedel2013-10-241-1/+1
* Fix AMP warningsDavid Luposchainsky2013-09-081-1/+9
* Added multi-way if-expressions support.Mikhail Vorozhtsov2012-07-161-1/+3
* Update import of Text.PrettyPrintDavid Terei2011-08-191-3/+3
* Put FlexibleInstances in PprLib alonesimonpj@microsoft.com2010-12-141-0/+1
* Format most comments for haddock.Adam Vogt2010-04-271-1/+1
* Make the package -Wall cleanIan Lynagh2008-06-191-5/+5
* List exact extensions used rather than using -fglasgow-extsIan Lynagh2008-06-161-1/+0
* Rejig name printing a bitIan Lynagh2007-04-071-10/+15
* Typo fixes, missing {in,ex}portsStefan O'Rear2007-04-011-1/+1
* Thread prefix-context argument through pprNameStefan O'Rear2007-04-011-4/+4
* Drop dependency to haskell98 packageEinar Karttunen2006-02-091-1/+1
* [project @ 2005-03-05 14:13:56 by panne]panne2005-03-051-5/+6
* [project @ 2005-02-24 09:58:26 by simonmar]simonmar2005-02-241-0/+1
* [project @ 2005-01-11 16:04:32 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-03-04 17:48:27 by igloo]igloo2004-03-041-7/+7
* [project @ 2004-01-15 14:43:24 by igloo]igloo2004-01-151-0/+210