summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-04 10:23:21 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-04 10:23:21 -0800
commitd973804123249df23f48082e6e0d3d42391b88a2 (patch)
tree07d0cf935b614c5033b07bfe36c6a551b555f1a3 /pandoc.cabal
parentbdb65152e78ed35277e0090f25609f957d4eb749 (diff)
Use commonmark-extensions-0.2.3.4
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 06200be55..db3634d7d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -473,7 +473,7 @@ library
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
commonmark >= 0.2.2 && < 0.3,
- commonmark-extensions >= 0.2.3.3 && < 0.3,
+ commonmark-extensions >= 0.2.3.4 && < 0.3,
commonmark-pandoc >= 0.2.1.3 && < 0.3,
connection >= 0.3.1,
containers >= 0.6.0.1 && < 0.7,