packages feed

tasty-dejafu 2.0.0.4 → 2.0.0.5

raw patch · 2 files changed

+14/−3 lines, 2 filesdep ~randomPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: random

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -6,6 +6,17 @@  .. _PVP: https://pvp.haskell.org/ +2.0.0.5 (2020-06-24)+--------------------++* Git: :tag:`tasty-dejafu-2.0.0.5`+* Hackage: :hackage:`tasty-dejafu-2.0.0.5`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`random` is <1.3.+  2.0.0.4 (2020-05-14) --------------------
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-dejafu-version:             2.0.0.4+version:             2.0.0.5 synopsis:            Deja Fu support for the Tasty test framework.  description:@@ -30,7 +30,7 @@ source-repository this   type:     git   location: https://github.com/barrucadu/dejafu.git-  tag:      tasty-dejafu-2.0.0.4+  tag:      tasty-dejafu-2.0.0.5  library   exposed-modules:     Test.Tasty.DejaFu@@ -38,7 +38,7 @@   -- other-extensions:       build-depends:       base   >=4.9  && <5                      , dejafu >=2.0  && <2.4-                     , random >=1.0  && <1.2+                     , random >=1.0  && <1.3                      , tagged >=0.8  && <0.9                      , tasty  >=0.10 && <1.4   -- hs-source-dirs: