packages feed

tasty-dejafu 1.1.0.0 → 1.1.0.1

raw patch · 2 files changed

+15/−3 lines, 2 filesdep ~dejafu

Dependency ranges changed: dejafu

Files

CHANGELOG.rst view
@@ -6,6 +6,18 @@  .. _PVP: https://pvp.haskell.org/ +1.1.0.1 (2018-03-06)+--------------------++* Git: :tag:`tasty-dejafu-1.1.0.1`+* Hackage: :hackage:`tasty-dejafu-1.1.0.1`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`dejafu` is <1.4.++ 1.1.0.0 - The Settings Release (2018-03-06) ------------------------------------------- 
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                tasty-dejafu-version:             1.1.0.0+version:             1.1.0.1 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-1.1.0.0+  tag:      tasty-dejafu-1.1.0.1  library   exposed-modules:     Test.Tasty.DejaFu   -- other-modules:          -- other-extensions:       build-depends:       base   >=4.8  && <5-                     , dejafu >=1.2  && <1.3+                     , dejafu >=1.2  && <1.4                      , random >=1.0  && <1.2                      , tagged >=0.8  && <0.9                      , tasty  >=0.10 && <1.1