cmark 0.5.2 → 0.5.2.1
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- changelog +5/−0
- cmark.cabal +2/−2
changelog view
@@ -1,3 +1,8 @@+cmark 0.5.2.1 (22 May 2016)++ * New .travis.yml - test with stack, cabal on many versions.+ * Increase upper bound of base (Utku Demir).+ cmark 0.5.2 (26 Mar 2016) * Add flag to allow building with an installed libcmark (Jens Petersen).
cmark.cabal view
@@ -1,5 +1,5 @@ name: cmark-version: 0.5.2+version: 0.5.2.1 synopsis: Fast, accurate CommonMark (Markdown) parser and renderer description: This package provides Haskell bindings for@@ -54,7 +54,7 @@ library exposed-modules: CMark- build-depends: base >=4.5 && < 4.9,+ build-depends: base >=4.5 && < 5.0, text >= 1.0 && < 1.3, bytestring if impl(ghc < 7.6)