Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / prelude / PrelRules.lhs
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...
2007-07-11 andy@galois.comStoping constant folding of calls to chr# that are...
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-04-20 simonpj@microsoft.comFix the GHC.Base.inline builtin rule
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2006-11-15 Simon Marlowrestore compilation with 5.04
2006-11-13 simonpj@microsoft.comAdd literal-shift rewrite rules
2006-11-13 simonpj@microsoft.comFixups to PelRules (esp using intResult, wordResult)
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-11 simonpj@microsoft.comAdd comments about primop rules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-08-16 simonpj@microsoft.comAdd ad-hoc typing checks for tagToEnum#
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-07 Simon MarlowReorganisation of the source tree