Make dumpIfSet_dyn_or use dumpSDoc
[ghc-hetmet.git] / compiler / utils / MonadUtils.hs
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-03-04 simonpj@microsoft.comAdd fmapMaybeM and fmapEitherM
2009-11-12 simonpj@microsoft.comAdd an ID monad to MonadUtils (used in kind checking)
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-03-19 Manuel M T ChakravartyTemplate Haskell: support for type family declarations
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-05 Simon Marlowadd final newlines
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-14 Thomas SchillingProvide default MonadIO instance for IO.
2008-08-07 Max BolingbrokeMove allM to MonadUtils
2008-02-01 Simon MarlowFIX BUILD with GHC 6.4.x
2008-01-17 Twan van LaarhovenAdd 'util/MonadUtils.hs' with common monad (and applica...