Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-mtl
From: Masatake Daimon
Date: 2020-01-01 03:55:02
Message id: 20200101025502.D0FB8FA97@cvs.NetBSD.org
Log Message:
Update to mtl-2.2.2
* 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)
Files: