aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-07-23 16:36:42 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-23 16:36:44 -0700
commitc37a56e0606e796f60077cd3fca5494bfebf2186 (patch)
tree4a1b2c61feef53eb3e7356430f30022297ee0d37 /pandoc.cabal
parent8c3b5dd3ae10dade9f8a52fcba456f1cd8d085c9 (diff)
downloadpandoc-c37a56e0606e796f60077cd3fca5494bfebf2186.tar.gz
Use commonmark-0.1.0.1.
Partially addresses #6556.
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 9b0ee6fb2..4c8fd1116 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -424,7 +424,7 @@ library
Glob >= 0.7 && < 0.11,
doctemplates >= 0.8.2 && < 0.9,
commonmark-pandoc >= 0.2 && < 0.3,
- commonmark >= 0.1 && < 0.2,
+ commonmark >= 0.1.0.1 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,