packages feed

cmark 0.5.5 → 0.5.5.1

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~HUnitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,7 @@+cmark 0.5.5.1 (20 Mar 2017)++  * Update version bound for HUnit.+ cmark 0.5.5 (31 Jan 2017)    * Update to cmark 0.27.1.
cmark.cabal view
@@ -1,5 +1,5 @@ name:                cmark-version:             0.5.5+version:             0.5.5.1 synopsis:            Fast, accurate CommonMark (Markdown) parser and renderer description:   This package provides Haskell bindings for@@ -104,6 +104,6 @@   type:           exitcode-stdio-1.0   main-is:        test-cmark.hs   hs-source-dirs: test-  build-depends:  base, cmark, text, HUnit >= 1.2 && < 1.6+  build-depends:  base, cmark, text, HUnit >= 1.2 && < 1.7   ghc-options:    -Wall -fno-warn-unused-do-bind -threaded   default-language: Haskell98