either 4.3.3 → 4.3.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- either.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+4.3.3.1+------+* Support `exceptions` 0.7+ 4.3.3 ----- * Added `eitherToError`.
either.cabal view
@@ -1,6 +1,6 @@ name: either category: Control, Monads-version: 4.3.3+version: 4.3.3.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -29,7 +29,7 @@ build-depends: base >= 4 && < 5, bifunctors >= 4 && < 5,- exceptions >= 0.5 && < 0.7,+ exceptions >= 0.5 && < 0.8, free >= 4.9 && < 5, monad-control >= 0.3.2 && < 1.1, MonadRandom >= 0.1 && < 0.4,