packages feed

tasty-ant-xml 1.1.4 → 1.1.5

raw patch · 2 files changed

+9/−2 lines, 2 filesdep ~tastyPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: tasty

API changes (from Hackage documentation)

- Test.Tasty.Runners.AntXML: instance Test.Tasty.Options.IsOption (GHC.Base.Maybe Test.Tasty.Runners.AntXML.AntXMLPath)
+ Test.Tasty.Runners.AntXML: instance GHC.Base.Semigroup Test.Tasty.Runners.AntXML.Summary
+ Test.Tasty.Runners.AntXML: instance Test.Tasty.Options.IsOption (GHC.Maybe.Maybe Test.Tasty.Runners.AntXML.AntXMLPath)

Files

Changelog.md view
@@ -1,3 +1,10 @@+# 1.1.5++## Other Changes++* Bump upper bound of `tasty`.++ # 1.1.4  ## Other Changes
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.1.4+version: 1.1.5 synopsis: Render tasty output to XML for Jenkins description: A tasty ingredient to output test results in XML, using the Ant schema. This XML can be consumed by the Jenkins continuous integration framework. homepage: http://github.com/ocharles/tasty-ant-xml@@ -23,7 +23,7 @@     mtl >= 2.1.2,     stm >= 2.4.2,     tagged >= 0.7,-    tasty >= 0.10 && < 1.2,+    tasty >= 0.10 && < 1.3,     transformers >= 0.3.0.0,     directory >= 1.2.3.0,     filepath >= 1.0.0,