Refactor SrcLoc and SrcSpan
[ghc-hetmet.git] / compiler / utils / FiniteMap.lhs
2010-10-07 simonpj@microsoft.comImplement auto-specialisation of imported Ids
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-03 Simon Marlowupdate for containers-0.4
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2008-07-31 Max BolingbrokeDocument FiniteMap
2008-02-18 Ian LynaghFix warnings in FiniteMap
2008-02-18 Ian LynaghWhitespace only
2008-01-17 Isaac Dupreelots of portability changes (#1405)
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...
2007-08-06 Isaac Dupreeuse {-# UNPACK #-} !Int rather than explicit Int# ...
2007-07-06 Ian LynaghRemove foldl' from Util; use the Data.List one instead
2006-10-11 Simon MarlowModule header tidyup #2
2006-04-07 Simon MarlowReorganisation of the source tree