aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-08-17 14:30:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-08-17 14:31:00 -0700
commit4c6af94f1c1f9977aa3bcd683cef940bb9caddd0 (patch)
treea210f680b20ec68677a35bb38564488247ad5b54 /pandoc.cabal
parent72823ad947face43ef45eaeb7e611979531abed6 (diff)
downloadpandoc-4c6af94f1c1f9977aa3bcd683cef940bb9caddd0.tar.gz
Use released citeproc 0.5.
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 f4a173f59..fb7da0a05 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -452,7 +452,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.4.1 && < 0.4.2,
+ citeproc >= 0.5 && < 0.6,
commonmark >= 0.2.1 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1.1 && < 0.3,