From 3519d6f3b468e394473d0c3deb3f2e84b154f2ed Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 13 Mar 2021 11:27:05 -0800 Subject: Use eciteproc >= 0.3.0.9 --- pandoc.cabal | 2 +- stack.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 0fc7bc6f0..347099629 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -445,7 +445,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.3.0.7 && < 0.4, + citeproc >= 0.3.0.9 && < 0.4, commonmark >= 0.1.1.3 && < 0.2, commonmark-extensions >= 0.2.0.4 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index b126fec60..ea494552e 100644 --- a/stack.yaml +++ b/stack.yaml @@ -8,6 +8,7 @@ extra-deps: - hslua-1.3.0 - hslua-module-path-0.1.0 - jira-wiki-markup-1.3.4 +- citeproc-0.3.0.9 #- citeproc: # git: https://github.com/jgm/citeproc.git # commit: feb3b7580c6738eec3b23921f7c1739cfba611aa -- cgit v1.2.3