Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / types / InstEnv.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-06-28 simonpj@microsoft.comImprove error message when there is instance overlap
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-01-11 simonpj@microsoft.comAdd comments about invariants
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-14 simonpj@microsoft.comCheck for overlap-flag differences in hi files
2006-04-07 Simon MarlowReorganisation of the source tree