8000 Tags · haskell/mtl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: haskell/mtl

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #134 from haskell/mlep/readme-updates-2.3.1

Update readme for 2.3.1 updates

v2.3.1-rc1

Toggle v2.3.1-rc1's commit message
update changelog release candidate date

v2.3-rc3

Toggle v2.3-rc3's commit message
Release candidate 3 for mtl 2.3

v2.3-rc2

Toggle v2.3-rc2's commit message
mtl release candidate 2.

v2.3-rc1

Toggle v2.3-rc1's commit message
version 2.3 release candidate 1

v2.2.2

Toggle v2.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
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)

v2.2.1

Toggle v2.2.1's commit message
version 2.2.1

v2.0.1.1

Toggle v2.0.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
hvr Herbert Valerio Riedel
version 2.0.1.1

- fix compatibility with base>=4.6

v2.2.0.1

Toggle v2.2.0.1's commit message
version 2.2.0.1

0