summaryrefslogtreecommitdiff
path: root/devel/hs-mtl
AgeCommit message (Collapse)AuthorFilesLines
2020-01-11Remove devel/hs-mtlpho4-35/+0
It's now part of GHC.
2020-01-01Update to mtl-2.2.2pho4-119/+10
* Control.Monad.Identity now re-exports Control.Monad.Trans.Identity * Fix a bug in which Control.Monad.State.Class.modify' was not as strict in the new state as its counterparts in transformers * Add a MonadError () Maybe instance * Add liftEither :: MonadError e m => Either e a -> m a to Control.Monad.Except{.Class} * Add a MonadWriter w ((,) w) instance (when built against base-4.9 or later)
2015-11-03Add SHA512 digests for distfiles for devel categoryagc1-1/+2
Issues found with existing distfiles: distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip distfiles/fortran-utils-1.1.tar.gz distfiles/ivykis-0.39.tar.gz distfiles/enum-1.11.tar.gz distfiles/pvs-3.2-libraries.tgz distfiles/pvs-3.2-linux.tgz distfiles/pvs-3.2-solaris.tgz distfiles/pvs-3.2-system.tgz No changes made to these distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn2-3/+4
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-07-15Update to 2.2.1szptvlfn4-9/+12
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-05-16Import mtl-2.2.0.1 as devel/hs-mtl,szptvlfn5-0/+138
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).