mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-23 16:56:43 +00:00
Require citeproc 0.4.0.1.
This fixes a bug which led to doubled "et al." in some (rare) circumstances.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user