aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-05 00:16:59 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-05 10:04:30 -0600
commit17a2f4c49dab7d4e6ec9cc010ad2cc02a147e2d4 (patch)
tree2a8a96370cd05811bc858b4927f9558905d31549
parentc8ab8bccf25ad01b9a98b2e59c84c151c5b0c371 (diff)
downloadpandoc-17a2f4c49dab7d4e6ec9cc010ad2cc02a147e2d4.tar.gz
Require citeproc 0.4.0.1.
This fixes a bug which led to doubled "et al." in some (rare) circumstances.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index da3244647..590bb445e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -450,7 +450,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.4 && < 0.4.1,
+ citeproc >= 0.4.0.1 && < 0.4.1,
commonmark >= 0.2 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1 && < 0.3,
diff --git a/stack.yaml b/stack.yaml
index 0c69306ea..23d031681 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -13,7 +13,7 @@ extra-deps:
- jira-wiki-markup-1.4.0
- random-1.2.0
- unicode-collation-0.1.3
-- citeproc-0.4
+- citeproc-0.4.0.1
- commonmark-0.2
- commonmark-extensions-0.2.1.2
- commonmark-pandoc-0.2.1