merge GHC HEAD
[ghc-hetmet.git] / compiler / utils / Bag.lhs
2011-04-24 Ian LynaghDerive some Typeable instances
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-12-04 simonpj@microsoft.comAdd lengthBag to Bag (using in forthcoming patch)
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-23 simonpj@microsoft.comUse braces rather than angle-brackets in debug-printing...
2008-01-13 Ian LynaghFix warnings in utils/Bag.lhs
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...
2006-10-11 Simon MarlowModule header tidyup #2
2006-06-12 simonpj@microsoft.comImprove pretty-printing for bags
2006-04-07 Simon MarlowReorganisation of the source tree