tasty-ant-xml 1.0.0.7 → 1.0.0.8
raw patch · 3 files changed
+6/−1 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog.md +4/−0
- Test/Tasty/Runners/AntXML.hs +1/−0
- tasty-ant-xml.cabal +1/−1
Changelog.md view
@@ -1,3 +1,7 @@+# 1.0.0.8++* Enable `-XFlexibleContexts`, which is required to build with GHC 7.9.+ # 1.0.0.7 * Relaxed lower bound on containers to build with GHC 7.4.
Test/Tasty/Runners/AntXML.hs view
@@ -1,5 +1,6 @@ {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE DeriveGeneric #-}+{-# LANGUAGE FlexibleContexts #-} {-# LANGUAGE FlexibleInstances #-} {-# LANGUAGE NoMonomorphismRestriction #-} -- | Run a 'Tasty.TestTree' and produce an XML file summarising the test results
tasty-ant-xml.cabal view
@@ -1,5 +1,5 @@ name: tasty-ant-xml-version: 1.0.0.7+version: 1.0.0.8 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