aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-05 21:23:57 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-05 21:23:57 -0800
commite6abf3b8ed5c244c295d603050bba06a244a51e2 (patch)
treeded4855664c101a78da64e74bfcf9c11ef8ea855 /pandoc.cabal
parent9de386352a5f4bed951dcb1a2b01f578c1164e00 (diff)
downloadpandoc-e6abf3b8ed5c244c295d603050bba06a244a51e2.tar.gz
Use citeproc 0.1.1.1.
Closes #6813.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 5e19a4ebd..68103529a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -404,7 +404,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.1.1 && < 0.2,
+ citeproc >= 0.1.1.1 && < 0.2,
commonmark >= 0.1.1.2 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,