aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-13 15:51:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-13 15:51:41 -0700
commit514a729946d4bddf64ae17709ea2b6e3bcc06345 (patch)
tree0af6e67fe75e32cad0a0b031060c8fb1ed96ff91 /pandoc.cabal
parent1e4bc70280045a9883ee7ee1c1d3341b2bd0f2c9 (diff)
downloadpandoc-514a729946d4bddf64ae17709ea2b6e3bcc06345.tar.gz
Revise last commit, adding an upper bound for cmark-gfm.
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 886da735b..fbdeed38f 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -394,7 +394,7 @@ library
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,
- cmark-gfm == 0.1.6 || > 0.1.7,
+ cmark-gfm == 0.1.6 || > 0.1.7 && < 0.2,
doctemplates >= 0.2.1 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,