aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-03-13 11:27:05 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-03-13 11:27:05 -0800
commit3519d6f3b468e394473d0c3deb3f2e84b154f2ed (patch)
tree22eeb699d34a1374eed9e1cb47d2e016513716cc /pandoc.cabal
parent777f8ec20b200fc791565fef9bba8626b85d0bdd (diff)
downloadpandoc-3519d6f3b468e394473d0c3deb3f2e84b154f2ed.tar.gz
Use eciteproc >= 0.3.0.9
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 0fc7bc6f0..347099629 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -445,7 +445,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.3.0.7 && < 0.4,
+ citeproc >= 0.3.0.9 && < 0.4,
commonmark >= 0.1.1.3 && < 0.2,
commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,