summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-10-27 10:35:04 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-10-27 10:35:04 -0700
commit3a36b43774ca65e8030c0541169cbf240fadffe6 (patch)
treead1a9496c9ccb6c03ac025bbb5d3bf4827fef233
parente2081ef9dfba297681b047903213690aaf5ac579 (diff)
Require commonmark-extensions 0.2.4.
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ec7636edb..d2d4110be 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -475,7 +475,7 @@ library
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
commonmark >= 0.2.4 && < 0.3,
- commonmark-extensions >= 0.2.3.6 && < 0.3,
+ commonmark-extensions >= 0.2.4 && < 0.3,
commonmark-pandoc >= 0.2.1.3 && < 0.3,
containers >= 0.6.0.1 && < 0.7,
crypton-connection >= 0.3.1 && < 0.4,
diff --git a/stack.yaml b/stack.yaml
index bafdb52a6..8bbfa229d 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -28,7 +28,7 @@ extra-deps:
- texmath-0.12.8.4
- tls-1.9.0
- commonmark-0.2.4
-- commonmark-extensions-0.2.3.6
+- commonmark-extensions-0.2.4
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules