Skip to content

Commit

Permalink
require a major bump due to deprecation. document firstEitherT
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Oct 18, 2017
1 parent 5f20f28 commit 5610529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
next
4.5
----
* Add `MMonad` instance for `EitherT`
* Deprecate `Control.Monad.Trans.Either` in favor of `Control.Monad.Trans.Except`
* Add `firstEitherT`

4.4.1.1
-------
Expand Down
2 changes: 1 addition & 1 deletion either.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: either
category: Control, Monads
version: 4.4.2
version: 4.5
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
Expand Down

0 comments on commit 5610529

Please sign in to comment.