packages feed

pandoc-citeproc 0.7.0.1 → 0.7.0.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~xml-conduitPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: xml-conduit

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,7 @@+pandoc-citeproc (0.7.0.2)++  * Bump version bound for xml-conduit.+ pandoc-citeproc (0.7.0.1)    * In YAML use pandoc markdown syntax for super, subscript (#128).
pandoc-citeproc.cabal view
@@ -1,5 +1,5 @@ name:               pandoc-citeproc-version:            0.7.0.1+version:            0.7.0.2 cabal-version:      >= 1.12 synopsis:           Supports using pandoc with citeproc @@ -139,7 +139,7 @@     build-depends:    containers, directory, mtl,                       bytestring, filepath, pandoc-types >= 1.12.3, tagsoup,                       aeson >= 0.7 && < 0.9, text, vector,-                      xml-conduit >= 1.2 && < 1.3,+                      xml-conduit >= 1.2 && < 1.4,                       data-default,                       setenv >= 0.1 && < 0.2,                       split, yaml >= 0.8.8.7, pandoc >= 1.13