aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-28 12:20:00 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-28 12:20:12 -0700
commit7ac8fcbcac366639662ca498ebdead949f5faf09 (patch)
tree196ab9bfbf2c2cebd8b4e14072b7dd819ee3a1c5 /pandoc.cabal
parentdd098d4e15090d12cc71301f91a159c5bfb29b50 (diff)
downloadpandoc-7ac8fcbcac366639662ca498ebdead949f5faf09.tar.gz
Require commonmark-pandoc >= 0.2.2.1.
This fixes task lists with multiple paragraphs.
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 eb9633bd0..84a04c6b6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -453,7 +453,7 @@ library
citeproc >= 0.4.0.1 && < 0.4.1,
commonmark >= 0.2.1 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
- commonmark-pandoc >= 0.2.1 && < 0.3,
+ commonmark-pandoc >= 0.2.1.1 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,
data-default >= 0.4 && < 0.8,