packages feed

dejafu 0.9.1.1 → 0.9.1.2

raw patch · 2 files changed

+20/−3 lines, 2 filesdep ~leancheckPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: leancheck

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -7,6 +7,23 @@ *de facto* standard Haskell versioning scheme.  +0.9.1.2+-------++- **Date**    2017-12-12+- **Git tag** [dejafu-0.9.1.2][]+- **Hackage** https://hackage.haskell.org/package/dejafu-0.9.1.2++### Miscellaneous++- The upper bound on leancheck was bumped to <0.8.++[dejafu-0.9.1.2]: https://github.com/barrucadu/dejafu/releases/tag/dejafu-0.9.1.2+++---------------------------------------------------------------------------------------------------++ 0.9.1.1 ------- 
dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                dejafu-version:             0.9.1.1+version:             0.9.1.2 synopsis:            Systematic testing for Haskell concurrency.  description:@@ -37,7 +37,7 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      dejafu-0.9.1.1+  tag:      dejafu-0.9.1.2  library   exposed-modules:     Test.DejaFu@@ -63,7 +63,7 @@                      , containers        >=0.5 && <0.6                      , deepseq           >=1.1 && <2                      , exceptions        >=0.7 && <0.9-                     , leancheck         >=0.6 && <0.7+                     , leancheck         >=0.6 && <0.8                      , random            >=1.0 && <1.2                      , ref-fd            >=0.4 && <0.5                      , transformers      >=0.4  && <0.6