packages feed

either 4.3.0.1 → 4.3.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~MonadRandomPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: MonadRandom

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -1,3 +1,7 @@+4.3.0.2+-------+* Updated MonadRandom support.+ 4.3.0.1 ------- * Fixed import of `MonadCatch` to support versions of `base` before 4.6
either.cabal view
@@ -1,6 +1,6 @@ name:          either category:      Control, Monads-version:       4.3.0.1+version:       4.3.0.2 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -31,7 +31,7 @@     exceptions        >= 0.5     && < 0.7,     free              >= 4.9     && < 5,     monad-control     >= 0.3.2   && < 0.4,-    MonadRandom       == 0.1.*,+    MonadRandom       >= 0.1     && < 0.3,     mtl               >= 2.0     && < 2.3,     semigroups        >= 0.8.3.1 && < 1,     semigroupoids     >= 4       && < 5,