diff --git a/src/Language/Haskell/TH/Instances.hs b/src/Language/Haskell/TH/Instances.hs
--- a/src/Language/Haskell/TH/Instances.hs
+++ b/src/Language/Haskell/TH/Instances.hs
@@ -8,10 +8,10 @@
   Maintainer  :  Michael Sloan <mgsloan at gmail>
   Stability   :  experimental
   Portability :  portable (template-haskell)
--}
 
--- | Provides Ord and Lift instances for the TH datatypes.  Also provides
---   Show / Eq for Loc, and Ppr for Loc / Lit.
+  Provides Ord and Lift instances for the TH datatypes.  Also provides
+  Show / Eq for Loc, and Ppr for Loc / Lit.
+-}
 module Language.Haskell.TH.Instances () where
 
 import Language.Haskell.TH.Syntax
diff --git a/th-orphans.cabal b/th-orphans.cabal
--- a/th-orphans.cabal
+++ b/th-orphans.cabal
@@ -1,5 +1,5 @@
 name:               th-orphans
-version:            0.7
+version:            0.7.0.1
 cabal-version:      >= 1.6
 build-type:         Simple
 license:            BSD3
