summaryrefslogtreecommitdiff
path: root/libraries/template-haskell/Language/Haskell/TH/Quote.hs
Commit message (Expand)AuthorAgeFilesLines
* Add explicit LANGUAGE Safe to template-haskellOleg Grenrus2020-02-141-1/+1
* Documentation fixes in 'template-haskell'Alec Theriault2018-10-041-1/+1
* Modifications to support loading GHC into GHCiMichael Sloan2018-07-271-0/+1
* Move liftData and use it as a default definition for Lift.Edward Z. Yang2015-06-031-74/+3
* Add liftData function.Edward Z. Yang2015-05-281-2/+8
* Documentation for Language.Haskell.TH.Quote.Edward Z. Yang2015-05-041-7/+41
* Untabify template-haskell.Richard Eisenberg2014-11-121-1/+1
* Use addDependentFile in quoteFile.Austin Seipp2013-11-031-1/+2
* Fix the data constructors for tuples etc that dataToExpQ buildsIan Lynagh2012-02-081-3/+3
* Make dataToQa work regardless of the set of in-scope names (fixes #4491).Geoffrey Mainland2011-11-091-11/+18
* Remove unnecessary toRationalsimonpj@microsoft.com2010-11-161-1/+1
* Add quoteFile function (see Trac #4293)simonpj@microsoft.com2010-09-101-1/+16
* Add quasiquote definitions for declarations and typessimonpj@microsoft.com2010-02-101-2/+4
* #2875: Correct SYB's representation of Charjpm@cs.uu.nl2009-01-191-3/+1
* eliminate dependency on sybRoss Paterson2008-10-051-1/+1
* Make the package -Wall cleanIan Lynagh2008-06-191-3/+3
* Make the StringConstr [] case of dataToQa fail rather than be an unhandled caseIan Lynagh2008-06-191-0/+2
* Replace TH.Quasi by TH.Quotesimonpj@microsoft.com2008-01-181-0/+62