packages feed

retry 0.7.4 → 0.7.4.1

raw patch · 3 files changed

+6/−3 lines, 3 filesdep ~QuickCheck

Dependency ranges changed: QuickCheck

Files

README.md view
@@ -18,7 +18,7 @@  ## Changes -See [changelog.md](changelog.md).+See [https://github.com/Soostone/retry/blob/master/changelog.md](changelog.md).  ## Author 
changelog.md view
@@ -1,3 +1,6 @@+0.7.4.1+* Loosen QuickCheck dependency for tests.+ 0.7.4 * Widen transformers dependency 
retry.cabal view
@@ -14,7 +14,7 @@         case we should hang back for a bit and retry the query instead         of simply raising an exception. -version:             0.7.4+version:             0.7.4.1 synopsis:            Retry combinators for monadic actions that may fail license:             BSD3 license-file:        LICENSE@@ -54,7 +54,7 @@       , data-default-class       , random       , time-      , QuickCheck         >= 2.7 && < 2.9+      , QuickCheck         >= 2.7 && < 2.10       , HUnit              >= 1.2.5.2 && < 1.4       , hspec              >= 1.9       , stm