summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-03-11 11:11:22 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2024-03-11 11:11:22 -0700
commit32280fd919ca2bdba27b5beff9182d8691eb6c1d (patch)
tree883880d9e3a2338ea33d8e70d7379ab1bf0d2110 /pandoc.cabal
parent9c8ba48fb1b8e4fa21af58e0334550daf498b01c (diff)
Use latest commonmark, commonmark-extensions.
This fixes a 3.12 regression in parsing of commonmark/gfm autolinks (jgm/commonmark-hs#151).
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 fcc1d626c..7674aa15e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -477,8 +477,8 @@ library
bytestring >= 0.9 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
- commonmark >= 0.2.5.1 && < 0.3,
- commonmark-extensions >= 0.2.5.3 && < 0.3,
+ commonmark >= 0.2.6 && < 0.3,
+ commonmark-extensions >= 0.2.5.4 && < 0.3,
commonmark-pandoc >= 0.2.2.1 && < 0.3,
containers >= 0.6.0.1 && < 0.8,
crypton-connection >= 0.3.1 && < 0.4,