merge GHC HEAD
[ghc-hetmet.git] / compiler / basicTypes / UniqSupply.lhs
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-10-21 Ian LynaghDefine takeUniqFromSupply
2010-10-21 Ian LynaghRemove some extraneous whitespace
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2008-07-31 Max BolingbrokeDocument UniqSupply
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-02-19 Ian LynaghFix warnings in UniqSupply
2008-02-19 Ian LynaghWhitespace only
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
2008-01-17 Twan van LaarhovenAdded MonadUnique class for monads that have a unique...
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-22 Ian LynaghUse unsafeDupableInterleaveIO in UniqSupply
2007-05-18 Michael D. AdamsAdded listSplitUniqSupply to ./compiler/basicTypes...
2007-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-07-25 Simon MarlowMake a SplitUniqSupply contain an Int# rather than...
2006-04-07 Simon MarlowReorganisation of the source tree