tasty-rerun 1.1.12 → 1.1.13
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- tasty-rerun.cabal +2/−2
Changelog.md view
@@ -1,3 +1,7 @@+# 1.1.13++* Bump upper bound of base.+ # 1.1.12 * Bump upper bound of tasty.
tasty-rerun.cabal view
@@ -1,5 +1,5 @@ name: tasty-rerun-version: 1.1.12+version: 1.1.13 homepage: http://github.com/ocharles/tasty-rerun license: BSD3 license-file: LICENSE@@ -72,7 +72,7 @@ library exposed-modules: Test.Tasty.Ingredients.Rerun build-depends:- base >=4.6 && <4.12,+ base >=4.6 && <4.13, containers >= 0.5.0.0, mtl >= 2.1.2, optparse-applicative >= 0.6,