tasty-test-reporter 0.1.0.3 → 0.1.1.0
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
src/Test/Tasty/Runners/Reporter.hs view
@@ -278,7 +278,7 @@ Just (TestOnly (OnlyTestFailed str)) -> do printLines [ prettyPath [red] testName groupNames_,- Text.pack resultDescription,+ Text.pack str, "\n" ] mempty
tasty-test-reporter.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 4be19079a1c6b7f9a72566bedf7659d2454ce89e2e4cb3453bed91ca5b9ac59c+-- hash: a4d345049a749ffb167be4b397124f8a212b1f39e91a3d110cdb3cf72a10eab4 name: tasty-test-reporter-version: 0.1.0.3+version: 0.1.1.0 synopsis: Producing JUnit-style XML test reports. description: Please see the README at <https://github.com/stoeffel/tasty-test-reporter>. category: Testing