aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-10-22 17:31:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-10-22 17:31:40 -0700
commit45054733fa3bd9c3ce349018854be61b91b5a804 (patch)
tree8b38dd52a9a996b350387e51242b1cb16077ee27 /pandoc.cabal
parentce1aca4a322c91a76d4bf5e4b93d48184d0a54a0 (diff)
downloadpandoc-45054733fa3bd9c3ce349018854be61b91b5a804.tar.gz
Use citeproc 0.6, commonmark 0.2.2.1, commonmark-extensions 0.2.2
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 17bfb6b5a..d220980fd 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -535,9 +535,9 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.5 && < 0.6,
- commonmark >= 0.2.1 && < 0.3,
- commonmark-extensions >= 0.2.1.2 && < 0.3,
+ citeproc >= 0.6 && < 0.7,
+ commonmark >= 0.2.1.1 && < 0.3,
+ commonmark-extensions >= 0.2.2 && < 0.3,
commonmark-pandoc >= 0.2.1.1 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,