pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-mtl
Module Name: pkgsrc
Committed By: szptvlfn
Date: Tue Jul 15 21:01:04 UTC 2014
Modified Files:
pkgsrc/devel/hs-mtl: Makefile PLIST buildlink3.mk distinfo
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
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-mtl/Makefile \
pkgsrc/devel/hs-mtl/PLIST pkgsrc/devel/hs-mtl/buildlink3.mk \
pkgsrc/devel/hs-mtl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index