aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-09 09:34:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-09 09:34:15 -0800
commit0dd228593f0d1e70f975685fabd66f3555d1a70f (patch)
tree2b52290616f747bb873b2da018f61a00527f8f8a /pandoc.cabal
parentd73ef09c84f4be5c5dfe80c574083e4d50ec1a36 (diff)
downloadpandoc-0dd228593f0d1e70f975685fabd66f3555d1a70f.tar.gz
Use latest citeproc release.
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 b95446883..c02dfeb38 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -400,7 +400,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.2 && < 0.3,
+ citeproc >= 0.2.0.1 && < 0.3,
commonmark >= 0.1.1.2 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,