packages feed

tasty-dejafu 1.2.0.1 → 1.2.0.2

raw patch · 2 files changed

+15/−3 lines, 2 filesdep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty

API changes (from Hackage documentation)

Files

CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/  +1.2.0.2 (2018-05-12)+--------------------++* Git: :tag:`tasty-dejafu-1.2.0.2`+* Hackage: :hackage:`tasty-dejafu-1.2.0.2`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`tasty` is <1.2.++ 1.2.0.1 (2018-05-11) -------------------- 
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-dejafu-version:             1.2.0.1+version:             1.2.0.2 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-1.2.0.1+  tag:      tasty-dejafu-1.2.0.2  library   exposed-modules:     Test.Tasty.DejaFu@@ -40,6 +40,6 @@                      , dejafu >=1.5  && <1.7                      , random >=1.0  && <1.2                      , tagged >=0.8  && <0.9-                     , tasty  >=0.10 && <1.1+                     , tasty  >=0.10 && <1.2   -- hs-source-dirs:         default-language:    Haskell2010