aboutsummaryrefslogtreecommitdiff
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
parent3fb5499dd638dae7156fba63ba5c1522bed5e46d (diff)
downloadpandoc-a8556ac06cccd84091fe913ac58aa1c9216576ea.tar.gz
Require commonmark 0.2.1.
-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 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,
diff --git a/stack.yaml b/stack.yaml
index 23d031681..5b56eda42 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -14,7 +14,7 @@ extra-deps:
- random-1.2.0
- unicode-collation-0.1.3
- citeproc-0.4.0.1
-- commonmark-0.2
+- commonmark-0.2.1
- commonmark-extensions-0.2.1.2
- commonmark-pandoc-0.2.1
ghc-options: