Path to this page:
Subject: CVS commit: wip/hs-mtl
From: Ryosuke Moro
Date: 2014-05-08 02:29:55
Message id: E1WiCE0-0002yA-Uw@sfs-ml-2.v29.ch3.sourceforge.com
Log Message:
Update to 2.2.0.1
pkgsrc changes: static -> dynamic
CHANGELOG:
2.2.0.1
-------
* Fixed a bug caused by the change in how `transformers` 0.4 exports its data types.
We will now export `runFooT` for each transformer again!
2.2
---
* `transformers` 0.4 support
* Added instances for `ExceptT`
* Added `modify'` to `Control.Monad.State.*`
2.1.3.1
-------
* Avoid importing `Control.Monad.Instances` on GHC 7.8 to build without \
deprecation warnings.
2.1.3
-----
* Removed the now-irrelevant `Error` constraint from the `MonadError` instance \
for `Either e`.
Files: