Commit graph

2 commits

Author SHA1 Message Date
szptvlfn
531ca30f8b Update to 2.2.1
CHANGELOG:
2.2.1
-------
* Provide MINIMAL pragmas for `MonadState`, `MonadWriter`, `MonadReader`
* Added a cyclic definition of `ask` in terms of `reader` for consistency with `get`/`put` vs. `state` and `tell` vs. `writer`
* Fix deprecation warnings caused by `transformers` 0.4 deprecating `ErrorT`.
* Added `Control.Monad.Except` in the style of the other `mtl` re-export modules
2014-07-15 21:01:04 +00:00
szptvlfn
f630c639e1 Import mtl-2.2.0.1 as devel/hs-mtl,
packaged for wip by pho.

Monad classes using functional dependencies, with instances for
various monad transformers, inspired by the paper Functional
Programming with Overloading and Higher-Order Polymorphism, by Mark P
Jones, in Advanced School of Functional Programming, 1995
(http://web.cecs.pdx.edu/~mpj/pubs/springschool.html).
2014-05-16 20:31:58 +00:00