aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-22 21:45:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-22 21:45:38 -0700
commit2059c05f0e9167aa1f408cc28d1883647705523b (patch)
tree785a14686e53575a0d83aa36b4098c5984bfe6f8 /pandoc.cabal
parent06be050d82f0b81d6d666c0d85d89c40c26f3002 (diff)
downloadpandoc-2059c05f0e9167aa1f408cc28d1883647705523b.tar.gz
Require citeproc >= 0.1.0.3.
In the previous release we pointed to this with cabal.project and stack.yaml, but jumped the gun because citeproc 0.1.0.3 had not yet been officially released.
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 b4eef9662..43c79953d 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.0.2 && < 0.2,
+ citeproc >= 0.1.0.3 && < 0.2,
commonmark >= 0.1.0.2 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,