diff --git a/Language/Haskell/TH/KindInference.hs b/Language/Haskell/TH/KindInference.hs
--- a/Language/Haskell/TH/KindInference.hs
+++ b/Language/Haskell/TH/KindInference.hs
@@ -33,7 +33,7 @@
 -- Works with datas, newtypes, type synonyms, type classes, data families, and type families.
 -- 
 -- Note: There has been a bug observed in Template Haskell relating to the parsing of types.  This
--- assumes that bug is still present, and fixes it.
+-- assumes that bug has been fixed, requiring GHC at least 6.12.2.
 inferKind :: Name -> Q (Either String Kind)
 inferKind name = do
 	ans <- solveUnification defaultKind (evalStateT (infer (ConT name)) empty)
diff --git a/th-kinds.cabal b/th-kinds.cabal
--- a/th-kinds.cabal
+++ b/th-kinds.cabal
@@ -1,5 +1,5 @@
 Name:		th-kinds
-Version:	0.1.0
+Version:	0.1.1
 Category:	Template Haskell
 Author:		Louis Wasserman
 License:	BSD3
