Remove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
[ghc-hetmet.git] / compiler / utils / IOEnv.hs
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-26 pepeDon't capture error calls in tryUser
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-20 Ian LynaghProperly comment out unused pragmas
2008-02-18 Ian LynaghFix warnings in IOEnv
2008-02-18 Ian LynaghWhitespace only
2008-01-17 Twan van LaarhovenRemove unused custom versions of monad combinators...
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