From 391f6e5f803c6c9b5a0bbf998bf8cc0e0809e4b3 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Thu, 5 Nov 2020 15:05:11 -0800
Subject: [PATCH] Use latest commonmark, commonmark-extensions.

---
 pandoc.cabal | 4 ++--
 stack.yaml   | 4 ++--
 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