summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-06-26 09:15:11 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-06-26 09:15:11 -0700
commitc80ebc462188d19478a124614d331d5e52c4ca51 (patch)
tree667f550a780fc649c327a352904989f05ae5074e /pandoc.cabal
parent7f30075ab7deeb75b2c414c41efa447988198995 (diff)
Require commonmark >= 0.2.3 and fix import warning.
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 06f317b8c..88fd038b5 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -475,7 +475,7 @@ library
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.8.1 && < 0.9,
- commonmark >= 0.2.2 && < 0.3,
+ commonmark >= 0.2.3 && < 0.3,
commonmark-extensions >= 0.2.3.4 && < 0.3,
commonmark-pandoc >= 0.2.1.3 && < 0.3,
containers >= 0.6.0.1 && < 0.7,