packages feed

commonmark-pandoc 0.2.0.0 → 0.2.0.1

raw patch · 2 files changed

+7/−5 lines, 2 filesdep −semigroupsdep ~basedep ~pandoc-typesPVP ok

version bump matches the API change (PVP)

Dependencies removed: semigroups

Dependency ranges changed: base, pandoc-types

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,5 +1,9 @@ # Changelog for commonmark-pandoc +## 0.2.0.1++- Allow pandoc-types 1.22.+ ## 0.2.0.0  - Add HasQuoted instance.
commonmark-pandoc.cabal view
@@ -1,5 +1,5 @@ name:           commonmark-pandoc-version:        0.2.0.0+version:        0.2.0.1 synopsis:       Bridge between commonmark and pandoc AST. description:    This library provides typeclasses for rendering                 commonmark to Pandoc types.@@ -26,14 +26,12 @@   hs-source-dirs:       src   build-depends:-      base >=4.7 && <5+      base >= 4.9 && <5     , commonmark >= 0.1 && < 0.2     , commonmark-extensions >= 0.2 && < 0.3-    , pandoc-types >= 1.21 && < 1.22+    , pandoc-types >= 1.21 && < 1.23     , text     , containers-  if !impl(ghc >= 8.0)-    build-depends: semigroups == 0.18.*   if impl(ghc >= 8.8)     ghc-options:  -fwrite-ide-info -hiedir=.hie   exposed-modules: