diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+0.6 -> 0.6.0.1:
+- Fix haddock parse error
+
 0.5.1.2 -> 0.6:
 - Cabal category Template Haskell
 - Partial support for list comprehensions
diff --git a/haskell-src-meta.cabal b/haskell-src-meta.cabal
--- a/haskell-src-meta.cabal
+++ b/haskell-src-meta.cabal
@@ -1,5 +1,5 @@
 name:               haskell-src-meta
-version:            0.6
+version:            0.6.0.1
 cabal-version:      >= 1.6
 build-type:         Simple
 license:            BSD3
diff --git a/src/Language/Haskell/TH/Instances/Lift.hs b/src/Language/Haskell/TH/Instances/Lift.hs
--- a/src/Language/Haskell/TH/Instances/Lift.hs
+++ b/src/Language/Haskell/TH/Instances/Lift.hs
@@ -5,12 +5,12 @@
   Maintainer  :  Matt Morrow <mjm2002@gmail.com>
   Stability   :  experimental
   Portability :  portable (template-haskell)
--}
 
--- | This module is exported for backwards-compatibility purposes.
---   All it does is re-export the instances defined in 
---   "Language.Haskell.TH.Instances", from the th-orphans package.
+  This module is exported for backwards-compatibility purposes.
+  All it does is re-export the instances defined in 
+  "Language.Haskell.TH.Instances", from the th-orphans package.
+-}
 module Language.Haskell.TH.Instances.Lift
-  {-# DEPRECATED "Use the th-orphans package instead" #-} () where
+  {-# DEPRECATED "Use the th-orphans package instead." #-} () where
 
 import Language.Haskell.TH.Instances
