diff --git a/Test/Tasty/HUnit.hs b/Test/Tasty/HUnit.hs
--- a/Test/Tasty/HUnit.hs
+++ b/Test/Tasty/HUnit.hs
@@ -45,9 +45,9 @@
   -- The standard HUnit's performTestCase catches (almost) all exceptions.
   --
   -- This is bad for a few reasons:
-  -- * it interferes with timeout handling
-  -- * it makes exception reporting inconsistent across providers
-  -- * it doesn't provide enough information for ingredients such as
+  -- - it interferes with timeout handling
+  -- - it makes exception reporting inconsistent across providers
+  -- - it doesn't provide enough information for ingredients such as
   -- tasty-rerun
   --
   -- So we do it ourselves.
diff --git a/tasty-hunit.cabal b/tasty-hunit.cabal
--- a/tasty-hunit.cabal
+++ b/tasty-hunit.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                tasty-hunit
-version:             0.8
+version:             0.8.0.1
 synopsis:            HUnit support for the Tasty test framework.
 description:         HUnit support for the Tasty test framework.
 license:             MIT
