aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-09 09:15:49 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-09 09:15:49 -0700
commit0e37ed9f5029765f21353b121e92e151898bdb52 (patch)
tree1ef6544abe61975cc142aed35c23cd6f9d5cab31 /pandoc.cabal
parentbb5e079536148f399f0b7762d2930f99edb75276 (diff)
downloadpandoc-0e37ed9f5029765f21353b121e92e151898bdb52.tar.gz
Use cmark-gfm 0.2.0.
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 3db0d3830..a3a1c7781 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -401,7 +401,7 @@ library
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,
- cmark-gfm >= 0.1.8 && < 0.2,
+ cmark-gfm >= 0.2 && < 0.3,
doctemplates >= 0.2.1 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,