aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-11-05 15:05:11 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-11-05 15:05:11 -0800
commit391f6e5f803c6c9b5a0bbf998bf8cc0e0809e4b3 (patch)
tree13dfb0a66780dcd106e18cec698778b9352a959c
parent090b0877bc6a50e77deae15ac6659875b9bf29ce (diff)
downloadpandoc-391f6e5f803c6c9b5a0bbf998bf8cc0e0809e4b3.tar.gz
Use latest commonmark, commonmark-extensions.
-rw-r--r--pandoc.cabal4
-rw-r--r--stack.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 517cbaf33..1d2306376 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -405,8 +405,8 @@ library
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.1.1 && < 0.2,
- commonmark >= 0.1.1 && < 0.2,
- commonmark-extensions >= 0.2.0.2 && < 0.3,
+ commonmark >= 0.1.1.1 && < 0.2,
+ commonmark-extensions >= 0.2.0.3 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,
diff --git a/stack.yaml b/stack.yaml
index 26c22e7a2..bc3116870 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -19,8 +19,8 @@ extra-deps:
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
-- commonmark-0.1.1
-- commonmark-extensions-0.2.0.2
+- commonmark-0.1.1.1
+- commonmark-extensions-0.2.0.3
- commonmark-pandoc-0.2.0.1
- citeproc-0.1.1