packages feed

tasty-test-reporter 0.1.0.1 → 0.1.0.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~ansi-terminaldep ~containersdep ~stmPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: ansi-terminal, containers, stm

API changes (from Hackage documentation)

Files

tasty-test-reporter.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: a9a51cebcf21f602e93b9ac383254557c8f7516adcd316183124605d26695a84+-- hash: c8a1f59b0843cd174a083bfb3b30abf277d9a55d0b0e64398a666d1830a97bec  name:           tasty-test-reporter-version:        0.1.0.1+version:        0.1.0.2 synopsis:       Producing JUnit-style XML test reports. description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>. category:       Testing@@ -36,16 +36,16 @@   hs-source-dirs:       src   build-depends:-      ansi-terminal >=0.9 && <0.11+      ansi-terminal >=0.8 && <0.11     , base >=4.10.1.0 && <5     , concurrent-output >=1.10 && <1.11-    , containers >=0.6 && <0.7+    , containers >=0.5 && <0.7     , directory >=1.3 && <1.4     , filepath >=1.4 && <1.5     , junit-xml >=0.1 && <0.2     , mtl >=2.2 && <2.3     , safe-exceptions >=0.1 && <0.2-    , stm >=2.5 && <2.6+    , stm >=2.4 && <2.6     , tagged >=0.8 && <0.9     , tasty >=0.1 && <1.3     , text >=1.2 && <1.3