Remove unused imports
[ghc-hetmet.git] / compiler / deSugar / DsCCall.lhs
2009-07-07 Ian LynaghRemove unused imports
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-05-04 Ian LynaghMake DsCCall warning-free
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
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-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree