aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-10-15 13:00:37 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-10-15 13:00:37 -0700
commit3c8b3eba177ca045a3051c0132632a0bf749f195 (patch)
tree0c03a0ade981122d30460a52cd26dbc7ab2cccfc /pandoc.cabal
parent6c40f305be6b842e46b6ec5d05e5a55573d0e8a5 (diff)
downloadpandoc-3c8b3eba177ca045a3051c0132632a0bf749f195.tar.gz
Require citeproc 0.1.0.2.
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 230c97b44..413d5b78a 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.1 && < 0.2,
+ citeproc >= 0.1.0.2 && < 0.2,
commonmark >= 0.1.0.2 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,