aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 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,
diff --git a/stack.yaml b/stack.yaml
index aede3892c..5a6db2e14 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -27,7 +27,7 @@ extra-deps:
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
-- commonmark-0.1.0.0
+- commonmark-0.1.0.1
- commonmark-extensions-0.2.0.0
- commonmark-pandoc-0.2.0.0