Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-mtl
From: Ryosuke Moro
Date: 2014-07-15 23:01:04
Message id: 20140715210104.7FB1396@cvs.netbsd.org
Log Message:
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
Files: