Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / basicTypes / SrcLoc.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-08-14 Pepe IborraGeneralize some code dealing with SrcSpan sorting
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2006-11-24 simonpj@microsoft.comUse existing Ord instance on Int, saving code
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-04-07 Simon MarlowReorganisation of the source tree