tasty-test-reporter 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- README.md +1/−1
- tasty-test-reporter.cabal +3/−3
README.md view
@@ -2,7 +2,7 @@ An ingredient for tasty that prints a summary and outputs junit xml that works with jenkins. -+ ## Setting up this ingredient for tasty.
tasty-test-reporter.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 906ddcbab3e7eeb141dfa9072be537219c861b9378474ff09546cf4a39d5041c+-- hash: a9a51cebcf21f602e93b9ac383254557c8f7516adcd316183124605d26695a84 name: tasty-test-reporter-version: 0.1.0.0+version: 0.1.0.1 synopsis: Producing JUnit-style XML test reports. description: Please see the README at <https://github.com/stoeffel/tasty-test-reporter>. category: Testing@@ -36,7 +36,7 @@ hs-source-dirs: src build-depends:- ansi-terminal >=0.10 && <0.11+ ansi-terminal >=0.9 && <0.11 , base >=4.10.1.0 && <5 , concurrent-output >=1.10 && <1.11 , containers >=0.6 && <0.7