fix haddock submodule pointer
[ghc-hetmet.git] / compiler / hsSyn / HsLit.lhs
2011-05-15 Max BolingbrokeUse FractionalLit more extensively to improve other...
2011-05-15 Max BolingbrokeRecord the original text along with parsed Rationals...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-07-07 Ian LynaghRemove unused imports
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-02-18 Ian LynaghMake literals in the syntax tree strict
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsLit
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-04-07 Simon MarlowReorganisation of the source tree