packages feed

pandoc-citeproc 0.11.1.2 → 0.11.1.3

raw patch · 3 files changed

+10/−8 lines, 3 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,8 @@+pandoc-citeproc (0.11.1.3)++  * Align static flag with pandoc's.+  * Update version bound for xml-conduit.+ pandoc-citeproc (0.11.1.2)    * Fixed quotes in three test cases.  We'd been using straight quotes.
pandoc-citeproc.cabal view
@@ -1,5 +1,5 @@ name:               pandoc-citeproc-version:            0.11.1.2+version:            0.11.1.3 cabal-version:      >= 1.12 synopsis:           Supports using pandoc with citeproc @@ -113,7 +113,7 @@                       aeson >= 0.7 && < 1.3,                       text,                       vector,-                      xml-conduit >= 1.2 && < 1.7,+                      xml-conduit >= 1.2 && < 1.8,                       unordered-containers >= 0.2 && < 0.3,                       data-default,                       setenv >= 0.1 && < 0.2,@@ -164,8 +164,7 @@     default-language: Haskell2010     ghc-options:      -funbox-strict-fields -Wall -fno-warn-unused-do-bind     if flag(static)-      ld-options:     -static -pthread-      ghc-options:    -funbox-strict-fields -Wall -fno-warn-unused-do-bind -fPIC+       ld-options:     -static     if flag(bibutils)        default-extensions: CPP        cpp-options:     -DUSE_BIBUTILS
stack.yaml view
@@ -5,13 +5,11 @@     unicode_collation: false     test_citeproc: false     debug: false+    static: false packages: - '.'-- location:-    git: https://github.com/jgm/pandoc.git-    commit: 47e2719cc3e18a6216c886b8ab7166f48bfe457f-  extra-dep: true extra-deps:+- pandoc-2.0.1 - texmath-0.9.4.2 - hslua-0.9.2 - skylighting-0.4.2