packages feed

cmark 0.2.0.1 → 0.2.0.2

raw patch · 2 files changed

+1/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CMark.hsc view
@@ -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.
cmark.cabal view
@@ -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