packages feed

commonmark-pandoc 0.2.1.2 → 0.2.1.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~pandoc-typesPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: pandoc-types

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog for commonmark-pandoc +## 0.2.1.3++- Allow pandoc-types 1.23.+ ## 0.2.1.2  - Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769).
commonmark-pandoc.cabal view
@@ -1,5 +1,5 @@ name:           commonmark-pandoc-version:        0.2.1.2+version:        0.2.1.3 synopsis:       Bridge between commonmark and pandoc AST. description:    This library provides typeclasses for rendering                 commonmark to Pandoc types.@@ -29,7 +29,7 @@       base >= 4.9 && <5     , commonmark >= 0.2 && < 0.3     , commonmark-extensions >= 0.2.1 && < 0.3-    , pandoc-types >= 1.21 && < 1.23+    , pandoc-types >= 1.21 && < 1.24     , text   if impl(ghc >= 8.10)     ghc-options:      -Wunused-packages