packages feed

tasty-dejafu 0.7.0.1 → 0.7.0.2

raw patch · 2 files changed

+20/−4 lines, 2 filesdep ~dejafuPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: dejafu

API changes (from Hackage documentation)

Files

CHANGELOG.markdown view
@@ -7,6 +7,23 @@ *de facto* standard Haskell versioning scheme.  +0.7.0.2+-------++- **Date**    2017-10-11+- **Git tag** [tasty-dejafu-0.7.0.2][]+- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.0.2++### Miscellaneous++- dejafu-0.9 support++[tasty-dejafu-0.7.0.2]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.0.2+++---------------------------------------------------------------------------------------------------++ 0.7.0.1 ------- @@ -22,7 +39,6 @@   ----------------------------------------------------------------------------------------------------   0.7.0.0
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-dejafu-version:             0.7.0.1+version:             0.7.0.2 synopsis:            Deja Fu support for the Tasty test framework.  description:@@ -30,14 +30,14 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      tasty-dejafu-0.7.0.1+  tag:      tasty-dejafu-0.7.0.2  library   exposed-modules:     Test.Tasty.DejaFu   -- other-modules:          -- other-extensions:       build-depends:       base   >=4.8  && <5-                     , dejafu >=0.7.1  && <0.9+                     , dejafu >=0.7.1  && <0.10                      , random >=1.0  && <1.2                      , tagged >=0.8  && <0.9                      , tasty  >=0.10 && <0.12