- Provide MINIMAL pragmas for
MonadState,MonadWriter,MonadReader - Added a cyclic definition of
askin terms ofreaderfor consistency withget/putvs.stateandtellvs.writer - Fix deprecation warnings caused by
transformers0.4 deprecatingErrorT. - Added
Control.Monad.Exceptin the style of the othermtlre-export modules
- Fixed a bug caused by the change in how
transformers0.4 exports its data types. We will now exportrunFooTfor each transformer again!
transformers0.4 support- Added instances for
ExceptT - Added
modify'toControl.Monad.State.*
- Avoid importing
Control.Monad.Instanceson GHC 7.8 to build without deprecation warnings.
- Removed the now-irrelevant
Errorconstraint from theMonadErrorinstance forEither e.