aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-04-14 17:05:20 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-04-14 17:05:20 -0700
commit714d4707b5a20c6c591a75dd03be56e61fe80a78 (patch)
treef03eac5ca760c1b1a7414a5772f4764b69a85d8a
parent857fcff7d61100e0ce0872b7e2318c3ad0f9e2fb (diff)
downloadpandoc-714d4707b5a20c6c591a75dd03be56e61fe80a78.tar.gz
Require tagsoup 0.13.1.
This fixes a bug in parsing of script tags. See #1248.
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 088c5af4b..603e3715c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -223,7 +223,7 @@ Library
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.12.3 && < 1.13,
aeson >= 0.6 && < 0.8,
- tagsoup >= 0.12.5 && < 0.14,
+ tagsoup >= 0.13.1 && < 0.14,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.6,
highlighting-kate >= 0.5.6 && < 0.6,