Replace remaining uses of ioToIOEnv by liftIO, remove ioToIOEnv
[ghc-hetmet.git] / compiler / utils / IOEnv.hs
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenMonadIO instance for IOEnv
2008-01-17 Twan van LaarhovenAdded Applicative instance for IOEnv
2007-10-27 simonpj@microsoft.comAdd anyM to IOEnv
2007-10-10 simonpj@microsoft.comComments only
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
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-03-22 Ian LynaghMake a Functor (IOEnv m) instance so it satisfies the...
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-04-07 Simon MarlowReorganisation of the source tree