aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-30 15:56:44 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-30 15:59:06 -0800
commit7a8c830734688a6ff9db805df8e3e5a9bd71033f (patch)
tree0bd9c12fba36effcd24c6f3fc97c7939d65df905 /pandoc.cabal
parent03ddac451edcd6eb8dfa1a77b174fd146aa5e722 (diff)
downloadpandoc-7a8c830734688a6ff9db805df8e3e5a9bd71033f.tar.gz
Use latest tagsoup.
This fixes a bug in parsing tags with `&` following. Closes #4094. Closes #4088.
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 26af5bcbc..9f769023c 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -317,7 +317,7 @@ library
pandoc-types >= 1.17.3 && < 1.18,
aeson >= 0.7 && < 1.3,
aeson-pretty >= 0.8 && < 0.9,
- tagsoup >= 0.13.7 && < 0.15,
+ tagsoup >= 0.14.2 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
skylighting >= 0.4.4.1 && < 0.5,