diff --git a/CMark.hsc b/CMark.hsc
--- a/CMark.hsc
+++ b/CMark.hsc
@@ -88,8 +88,6 @@
                       }
   deriving (Show, Read, Eq, Ord, Typeable, Data, Generic)
 
--- | A type for PCRE compile-time options. These are newtyped CInts,
--- which can be bitwise-or'd together, using '(Data.Bits..|.)'
 newtype CMarkOption = CMarkOption { unCMarkOption :: CInt }
 
 -- | Combine a list of options into a single option, using bitwise or.
diff --git a/cmark.cabal b/cmark.cabal
--- a/cmark.cabal
+++ b/cmark.cabal
@@ -1,5 +1,5 @@
 name:                cmark
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Fast, accurate CommonMark (Markdown) parser and renderer
 description:
   This package provides Haskell bindings for
