aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-03-13 15:48:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-03-13 15:48:40 -0700
commit1e4bc70280045a9883ee7ee1c1d3341b2bd0f2c9 (patch)
tree8a7537426cbd9d5339626a3ade1835ab1842278b
parent12e36ba8272e901db5e0d644356aff7faf746228 (diff)
downloadpandoc-1e4bc70280045a9883ee7ee1c1d3341b2bd0f2c9.tar.gz
Exclude cmark-gfm-hs 0.1.7, which is buggy.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 51b2944f6..886da735b 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.1 && < 0.2,
+ cmark-gfm == 0.1.6 || > 0.1.7,
doctemplates >= 0.2.1 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,