aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-28 14:40:03 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-28 14:40:23 -0800
commita7a162ea556c0a17062a4784995c7bb42fd88d77 (patch)
tree817e864fdffe0b2b99e9c476cfd00cf070544be7 /pandoc.cabal
parent053db934def28ed65df7213072c03544e05a4095 (diff)
downloadpandoc-a7a162ea556c0a17062a4784995c7bb42fd88d77.tar.gz
Update test for new citeproc and require it in cabal.
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 f3ae5b74e..79ca7dfc9 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -405,7 +405,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.3.0.1 && < 0.4,
+ citeproc >= 0.3.0.2 && < 0.4,
commonmark >= 0.1.1.2 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,