tasty-ant-xml 1.0.4 → 1.0.5
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~directorydep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory, filepath
API changes (from Hackage documentation)
Files
- Changelog.md +7/−0
- tasty-ant-xml.cabal +3/−3
Changelog.md view
@@ -1,3 +1,10 @@+# 1.0.5++## Other Changes++* Reduce the lower bound of `filepath` to >= 1.0.0+* Reduce the lower bound of `directory` to >= 1.0.0+ # 1.0.4 * We now use the `classname` attribute to indicate the test group a test came from. Thanks to @haishengwu-okta for this feature.
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.0.4+version: 1.0.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@@ -25,8 +25,8 @@ tagged >= 0.7, tasty >= 0.10 && < 0.12, transformers >= 0.3.0.0,- directory >= 1.2.6.2,- filepath >= 1.4.1.0,+ directory >= 1.0.0,+ filepath >= 1.0.0, xml >= 1.3.13 default-language: Haskell98 ghc-options: -Wall -O2