aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-04 11:15:48 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-04 11:15:48 -0800
commitb5e9c2a7a644409c4ba9fb6bb429e9c9524cfb01 (patch)
tree3f98a38a71aef9ae952504e5ed0d893902ce373f /pandoc.cabal
parent0bd6fb4745faed782673d3179f7e6cbb987380ea (diff)
downloadpandoc-b5e9c2a7a644409c4ba9fb6bb429e9c9524cfb01.tar.gz
Use citeproc 0.1.1.
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 a3ea5408d..517cbaf33 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.3 && < 0.2,
+ citeproc >= 0.1.1 && < 0.2,
commonmark >= 0.1.1 && < 0.2,
commonmark-extensions >= 0.2.0.2 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,