diff --git a/Test/Tasty/Runners/AntXML.hs b/Test/Tasty/Runners/AntXML.hs
--- a/Test/Tasty/Runners/AntXML.hs
+++ b/Test/Tasty/Runners/AntXML.hs
@@ -53,10 +53,14 @@
 
 
 --------------------------------------------------------------------------------
--- To run tests using this ingredient, use 'Tasty.defaultMainWithIngredients',
--- passing 'antXMLRunner' as one possible ingredient. This ingredient will run
--- tests if you pass the @--xml@ command line option. For example,
--- @--xml=junit.xml@ will run all the tests and generate @junit.xml@ as output.
+{-|
+
+  To run tests using this ingredient, use 'Tasty.defaultMainWithIngredients',
+  passing 'antXMLRunner' as one possible ingredient. This ingredient will run
+  tests if you pass the @--xml@ command line option. For example,
+  @--xml=junit.xml@ will run all the tests and generate @junit.xml@ as output.
+
+-}
 antXMLRunner :: Tasty.Ingredient
 antXMLRunner = Tasty.TestReporter optionDescription runner
  where
diff --git a/tasty-ant-xml.cabal b/tasty-ant-xml.cabal
--- a/tasty-ant-xml.cabal
+++ b/tasty-ant-xml.cabal
@@ -1,5 +1,5 @@
 name: tasty-ant-xml
-version: 1.0.0
+version: 1.0.0.1
 synopsis: 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
 license: BSD3
