tasty-test-reporter 0.1.1.2 → 0.1.1.3
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~tastyPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: tasty
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- tasty-test-reporter.cabal +4/−4
CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.1.1.3++- Relax version bounds to include `tasty` 1.4.+ # 0.1.1.2 - Relax version bounds of `tasty` and `ansi-terminal` dependencies.
tasty-test-reporter.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 680fba18f273b6e9eb28be202c91eed0057b1f6383dd32d0f3792181add68988+-- hash: 706f77444460ee6f18b9b5517952c75e7b8dd5ff4111873105b8f86eeb997d7a name: tasty-test-reporter-version: 0.1.1.2+version: 0.1.1.3 synopsis: Producing JUnit-style XML test reports. description: Please see the README at <https://github.com/stoeffel/tasty-test-reporter>. category: Testing@@ -47,7 +47,7 @@ , safe-exceptions >=0.1 && <0.2 , stm >=2.4 && <2.6 , tagged >=0.8 && <0.9- , tasty >=0.1 && <1.4+ , tasty >=0.1 && <1.5 , text >=1.2 && <1.3 default-language: Haskell2010 @@ -60,7 +60,7 @@ test build-depends: base- , tasty >=1.1 && <1.4+ , tasty , tasty-hunit , tasty-test-reporter default-language: Haskell2010