Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / basicTypes / UniqSupply.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-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