packages feed

tasty-ant-xml 1.0.0.8 → 1.0.0.9

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~tastyPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty

API changes (from Hackage documentation)

Files

Changelog.md view
@@ -1,3 +1,7 @@+# 1.0.0.9++* Build with tasty < 0.10+ # 1.0.0.8  * Enable `-XFlexibleContexts`, which is required to build with GHC 7.9.
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.0.0.8+version: 1.0.0.9 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@@ -24,7 +24,7 @@     reducers >= 3.10.1,     stm >= 2.4.2,     tagged >= 0.7,-    tasty >= 0.8 && < 0.9,+    tasty >= 0.8 && < 0.10,     transformers >= 0.3.0.0,     xml >= 1.3.13   default-language: Haskell98