aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-05 16:58:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-05 16:58:36 -0800
commit9de386352a5f4bed951dcb1a2b01f578c1164e00 (patch)
tree39159d52cf7fe24286aa7ca4e54219076d25eb05 /pandoc.cabal
parent06d3071090e6b1d636e1575070a74e6d419587f2 (diff)
downloadpandoc-9de386352a5f4bed951dcb1a2b01f578c1164e00.tar.gz
Require latest commonmark, commonmark-extensions.
Fixes a bug with `autolink_bare_uris` and commonmark.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 1d2306376..5e19a4ebd 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -405,8 +405,8 @@ library
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.1.1 && < 0.2,
- commonmark >= 0.1.1.1 && < 0.2,
- commonmark-extensions >= 0.2.0.3 && < 0.3,
+ commonmark >= 0.1.1.2 && < 0.2,
+ commonmark-extensions >= 0.2.0.4 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,