tasty-dejafu 2.0.0.2 → 2.0.0.3
raw patch · 2 files changed
+15/−3 lines, 2 filesdep ~dejafuPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dejafu
API changes (from Hackage documentation)
Files
- CHANGELOG.rst +12/−0
- tasty-dejafu.cabal +3/−3
CHANGELOG.rst view
@@ -7,6 +7,18 @@ .. _PVP: https://pvp.haskell.org/ +2.0.0.3 (2020-05-10)+--------------------++* Git: :tag:`tasty-dejafu-2.0.0.3`+* Hackage: :hackage:`tasty-dejafu-2.0.0.3`++Miscellaneous+~~~~~~~~~~~~~++* The upper bound on :hackage:`dejafu` is <2.3++ 2.0.0.2 (2020-05-10) --------------------
tasty-dejafu.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: tasty-dejafu-version: 2.0.0.2+version: 2.0.0.3 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-2.0.0.2+ tag: tasty-dejafu-2.0.0.3 library exposed-modules: Test.Tasty.DejaFu -- other-modules: -- other-extensions: build-depends: base >=4.9 && <5- , dejafu >=2.0 && <2.2+ , dejafu >=2.0 && <2.3 , random >=1.0 && <1.2 , tagged >=0.8 && <0.9 , tasty >=0.10 && <1.4