aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-09-27 16:03:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-09-27 16:03:31 -0700
commiteff6b8f27d482ae56e49752d38bd985734a2b414 (patch)
treeffb1c2b97df82cba3572c80f25d6eac7fd0b22f8 /pandoc.cabal
parentae4dcc0d4a66b30991babf080de23c08ac37cf90 (diff)
downloadpandoc-eff6b8f27d482ae56e49752d38bd985734a2b414.tar.gz
Use latest citeproc.
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 4d9c08bbf..ca4e9174c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -403,7 +403,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.0 && < 0.1,
+ citeproc >= 0.1 && < 0.2,
commonmark >= 0.1.0.2 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,