aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-20 17:46:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-20 17:46:47 -0700
commita8556ac06cccd84091fe913ac58aa1c9216576ea (patch)
treeef03b7f1152043d1e54352392f14196a956bc292 /pandoc.cabal
parent3fb5499dd638dae7156fba63ba5c1522bed5e46d (diff)
downloadpandoc-a8556ac06cccd84091fe913ac58aa1c9216576ea.tar.gz
Require commonmark 0.2.1.
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 a0acbe654..8fa28d426 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -451,7 +451,7 @@ library
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.4.0.1 && < 0.4.1,
- commonmark >= 0.2 && < 0.3,
+ commonmark >= 0.2.1 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1 && < 0.3,
connection >= 0.3.1,