Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make Q an instance of Applicative | Simon Peyton Jones | 2011-07-29 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | Thanks to Bas van Dijk for proposing this. In the end I replaced Functor by Applicative in the superclasses of Quasi, thus: class (Monad m, Applicative m) => Quasi m where because Functor is a superclass of Applicative. | |||||
| * | Add support for unresolved infix expressions and patterns. | Reiner Pope | 2011-07-25 | 4 | -5/+108 | |
| | | ||||||
| * | Merge branch 'master' of http://darcs.haskell.org/packages/template-haskell | Simon Peyton Jones | 2011-07-18 | 4 | -5/+4 | |
| |\ | ||||||
| | * | Follow removal of 'threadsafe' FFI imports | Ian Lynagh | 2011-07-13 | 3 | -4/+3 | |
| | | | ||||||
| | * | Bump version number | Ian Lynagh | 2011-07-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add TH support for UNPACK pragmas (Trac #5290) | Simon Peyton Jones | 2011-07-18 | 3 | -2/+4 | |
| |/ | | | | | | | | | | | | | The extension is nice, because it just adds an extra constructor to the existing data type 'Strict'. Thanks to Mikhail Vorozhtsov. | |||||
* | | Fix Haddock. | Iavor S. Diatchki | 2011-06-21 | 1 | -1/+1 | |
| | | ||||||
* | | Changes for TypeNats. | Iavor S. Diatchki | 2011-06-18 | 3 | -0/+28 | |
|/ | ||||||
* | Update source-repository in the .cabal file to point to the git repo | Ian Lynagh | 2011-04-05 | 1 | -2/+2 | |
| | ||||||
* | Add unboxed tuple support to Template Haskell | Ian Lynagh | 2011-02-10 | 3 | -5/+43 | |
| | ||||||
* | Change type of TH.classInstances (and qClassInstances) | simonpj@microsoft.com | 2011-01-13 | 2 | -3/+3 | |
| | | | | | | | | | This patch accompanies the HEAD commit Thu Jan 13 11:14:21 GMT 2011 simonpj@microsoft.com * Make Template Haskell classInstances function return [ClassInstance] It accomplishes the data type change | |||||
* | Put FlexibleInstances in PprLib alone | simonpj@microsoft.com | 2010-12-14 | 2 | -1/+2 | |
| | ||||||
* | Remove the "alpha" helper function; trac #4423 | Ian Lynagh | 2010-11-21 | 1 | -6/+1 | |
| | ||||||
* | Remove unnecessary toRational | simonpj@microsoft.com | 2010-11-16 | 1 | -1/+1 | |
| | ||||||
* | Remove unused functions combine, rename, genpat, simpleMatch | simonpj@microsoft.com | 2010-11-12 | 1 | -34/+0 | |
| | | | | See Trac #4423 | |||||
* | Use showMultiLineString from GHC.Show | simonpj@microsoft.com | 2010-10-25 | 1 | -2/+8 | |
| | | | | Part of patch for #4436 | |||||
* | Follow GHC.Bool/GHC.Types merge | Ian Lynagh | 2010-10-23 | 1 | -2/+2 | |
| | ||||||
* | Added view patterns (Trac #2399) | Reiner Pope | 2010-10-10 | 4 | -1/+8 | |
| | ||||||
* | Extend Template Haskell support for interruptible calls. | Edward Z. Yang | 2010-09-08 | 2 | -2/+3 | |
| | ||||||
* | Export recent additions from Language.Haskell.TH | Ian Lynagh | 2010-09-17 | 1 | -3/+6 | |
| | ||||||
* | Bump version to 2.5.0.0 | Ian Lynagh | 2010-09-17 | 1 | -1/+1 | |
| | ||||||
* | Add TH reification of instances (Trac #1835) | simonpj@microsoft.com | 2010-09-15 | 2 | -13/+52 | |
| | ||||||
* | Add quoteFile function (see Trac #4293) | simonpj@microsoft.com | 2010-09-10 | 1 | -1/+16 | |
| | ||||||
* | Add a StringPrimL constructor to the Lit type (fix Trac #4168) | simonpj@microsoft.com | 2010-07-30 | 3 | -0/+4 | |
| | | | | There's a corresponding patch in the main compiler | |||||
* | Improve TH pretty printing | simonpj@microsoft.com | 2010-07-21 | 1 | -21/+21 | |
| | ||||||
* | Fix typo | Ian Lynagh | 2010-05-02 | 1 | -1/+1 | |
| | ||||||
* | Format most comments for haddock. | Adam Vogt | 2010-04-27 | 5 | -165/+233 | |
| | ||||||
* | Add parens in patterns; fix Trac #3899 | simonpj@microsoft.com | 2010-03-04 | 1 | -5/+5 | |
| | ||||||
* | Add quasiquote definitions for declarations and types | simonpj@microsoft.com | 2010-02-10 | 2 | -2/+5 | |
| | ||||||
* | Tighten the base dep; fixes trac #3809 | Ian Lynagh | 2010-01-16 | 1 | -1/+1 | |
| | ||||||
* | bump base dep; apparently base4 is now required | Ian Lynagh | 2009-12-15 | 1 | -1/+1 | |
| | ||||||
* | Fix pretty-printing of INLINE pragmas | Roman Leshchinskiy | 2009-11-09 | 1 | -2/+2 | |
| | ||||||
* | Fix Trac #3572 (pls merge) | simonpj@microsoft.com | 2009-10-15 | 1 | -1/+1 | |
| | ||||||
* | Document 'CompE' better (see Trac #3395) | simonpj@microsoft.com | 2009-08-13 | 1 | -0/+5 | |
| | ||||||
* | Fix "Cabal check" warnings | Ian Lynagh | 2009-08-11 | 1 | -1/+2 | |
| | ||||||
* | abstractify ModName, PkgName and OccName; drop dependency on packedstring | Simon Marlow | 2009-06-12 | 3 | -15/+39 | |
| | ||||||
* | Add liftString, to match the "improve lifting for strings" patch in the compiler | simonpj@microsoft.com | 2009-05-27 | 1 | -2/+7 | |
| | ||||||
* | Added bang patterns | Manuel M T Chakravarty | 2009-03-26 | 4 | -1/+8 | |
| | ||||||
* | Template Haskell: kind annotations | Manuel M T Chakravarty | 2009-03-26 | 4 | -48/+101 | |
| | | | | | | | - Kind annotations at variables in type declarations - Kind signatures in types *** This patch changes the API! Existing client code will break! *** | |||||
* | Added INLINE and SPECIALISE pragmas as declaration forms | Manuel M T Chakravarty | 2009-03-24 | 4 | -6/+82 | |
| | ||||||
* | Adding equality constraints | Manuel M T Chakravarty | 2009-03-19 | 4 | -7/+30 | |
| | | | | | | | | | - This patch adds equality constraints - This requires an incompatible change of the type TH.Cxt - hence: *** This patch changes the API! Existing client code will break! *** - I took the opportunity to sanitise the definition of contexts a bit. | |||||
* | Added type family declarations forms | Manuel M T Chakravarty | 2009-03-19 | 4 | -42/+131 | |
| | | | | | | - Adds type family and instance declarations, both on the top level and as associated types - No equality constraints yet | |||||
* | get unsafePerformIO from a documented location | Simon Marlow | 2009-01-21 | 1 | -1/+1 | |
| | ||||||
* | Require Cabal version >= 1.6 | Ian Lynagh | 2009-01-22 | 1 | -1/+1 | |
| | ||||||
* | Add "bug-reports" and "source-repository" info to the Cabal file | Ian Lynagh | 2009-01-21 | 1 | -13/+21 | |
| | | | | Also switched to the modern Cabal file format | |||||
* | #2875: Correct SYB's representation of Char | jpm@cs.uu.nl | 2009-01-19 | 1 | -3/+1 | |
| | ||||||
* | Fix the definitions of trueName and falseName | Ian Lynagh | 2008-11-12 | 1 | -2/+2 | |
| | ||||||
* | Make NameFlavour have a full Data instance so annotations can deserialize it | Max Bolingbroke | 2008-10-16 | 1 | -2/+23 | |
| | ||||||
* | Fix Trac #2700: pretty-printing of types | simonpj@microsoft.com | 2008-10-25 | 1 | -1/+7 | |
| | ||||||
* | eliminate dependency on syb | Ross Paterson | 2008-10-05 | 3 | -11/+11 | |
| |