aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-03-11 11:11:22 -0700
committerJohn MacFarlane <[email protected]>2024-03-11 11:11:22 -0700
commit32280fd919ca2bdba27b5beff9182d8691eb6c1d (patch)
tree883880d9e3a2338ea33d8e70d7379ab1bf0d2110
parent9c8ba48fb1b8e4fa21af58e0334550daf498b01c (diff)
Use latest commonmark, commonmark-extensions.
This fixes a 3.12 regression in parsing of commonmark/gfm autolinks (jgm/commonmark-hs#151).
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml4
2 files changed, 4 insertions, 4 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,
diff --git a/stack.yaml b/stack.yaml
index ab1cc9fe5..604419f34 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -10,8 +10,8 @@ packages:
- 'pandoc-server'
extra-deps:
- lpeg-1.1.0
-- commonmark-0.2.5.1
-- commonmark-extensions-0.2.5.3
+- commonmark-0.2.6
+- commonmark-extensions-0.2.5.4
- commonmark-pandoc-0.2.2.1
- typst-0.5.0.1
- tls-2.0.1