aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-05-29 19:20:03 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-05-29 19:20:03 -0700
commitf363f00db8829b2aba774a588443720098d28ed8 (patch)
tree0783b080afc3bdf0aecf23d2bad1b361517bb38d /pandoc.cabal
parentcc6dcf03928404c08cfb3075a90d814b25fd7c69 (diff)
downloadpandoc-f363f00db8829b2aba774a588443720098d28ed8.tar.gz
Use commonmark-extensions 0.2.1.2
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 40b0db594..38ca54746 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -452,7 +452,7 @@ library
case-insensitive >= 1.2 && < 1.3,
citeproc >= 0.4 && < 0.4.1,
commonmark >= 0.2 && < 0.3,
- commonmark-extensions >= 0.2.1 && < 0.3,
+ commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,