aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
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 /pandoc.cabal
parent090b0877bc6a50e77deae15ac6659875b9bf29ce (diff)
downloadpandoc-391f6e5f803c6c9b5a0bbf998bf8cc0e0809e4b3.tar.gz
Use latest commonmark, commonmark-extensions.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 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,