From 57417feaf425d1943f9503f669ccba37898e395f Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Wed, 5 Aug 2020 12:57:23 -0700
Subject: [PATCH] Use commonmark >= 0.1.0.2.  Closes #6589.

---
 pandoc.cabal | 2 +-
 stack.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index 1b25eacb5..e6bfb4234 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.1 && < 0.2,
+                 commonmark >= 0.1.0.2 && < 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 dc77ab2f3..c78ce83cc 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -26,7 +26,7 @@ extra-deps:
 - HsYAML-0.2.1.0
 - HsYAML-aeson-0.2.0.0
 - doctemplates-0.8.2
-- commonmark-0.1.0.1
+- commonmark-0.1.0.2
 - commonmark-extensions-0.2.0.1
 - commonmark-pandoc-0.2.0.0