summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-01-21 10:07:54 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-01-21 10:09:27 -0800
commit4423f81079db93a0d229dc6c9715a3e851f4b789 (patch)
tree77c1d75bf7d03e73ac5745d1d397d3832e1ab458 /pandoc.cabal
parent54526525bf2035b8517a8abf45def9c4aaa9444c (diff)
Require tagsoup 0.14.3 - closes #4282.
This fixes an HTML tokenization bug whereby comments were sometimes consumed with open tags.
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 148a3a81c..b20b51842 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -365,7 +365,7 @@ library
pandoc-types >= 1.17.3 && < 1.18,
aeson >= 0.7 && < 1.3,
aeson-pretty >= 0.8 && < 0.9,
- tagsoup >= 0.14.2 && < 0.15,
+ tagsoup >= 0.14.3 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
skylighting >= 0.5.1 && < 0.7,