diff --git a/Data/StackPrism/TH.hs b/Data/StackPrism/TH.hs
--- a/Data/StackPrism/TH.hs
+++ b/Data/StackPrism/TH.hs
@@ -86,8 +86,8 @@
 
       -- Avoid needing -XKindSignatures for deriving stack prisms for simple
       -- types. It seems in recent versions of template-haskell, tyargs of kind
-      -- *, such as that of Maybe, are now KindedTVs instead of PlainTVs. If we
-      -- copy the KindedTVs straight into the output type signature, GHC
+      -- `*', such as that of Maybe, are now KindedTVs instead of PlainTVs. If 
+      -- we copy the KindedTVs straight into the output type signature, GHC
       -- requires -XKindSignatures.
       let simplifyTyArg = \case
             KindedTV tyName StarT -> PlainTV tyName
diff --git a/stack-prism.cabal b/stack-prism.cabal
--- a/stack-prism.cabal
+++ b/stack-prism.cabal
@@ -1,5 +1,5 @@
 Name:           stack-prism
-Version:        0.1.5
+Version:        0.1.6
 Synopsis:       Stack prisms
 Description:    Haskell lens prisms that use stack types
 
