Use latest tagsoup.

This fixes a bug in parsing tags with `&` following.

Closes #4094.  Closes #4088.
This commit is contained in:
John MacFarlane 2017-11-30 15:56:44 -08:00
parent 03ddac451e
commit 7a8c830734
3 changed files with 6 additions and 4 deletions

View file

@ -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,

View file

@ -23,6 +23,7 @@ extra-deps:
- tasty-quickcheck-0.9.1
- hs-bibutils-6.2.0.1
- doctemplates-0.2.1
- haddock-library-1.4.3
- pandoc-citeproc-0.12.1
resolver: lts-9.9
- haddock-library-1.4.3
- tagsoup-0.14.2
resolver: lts-9.14

View file

@ -17,4 +17,5 @@ extra-deps:
- tasty-quickcheck-0.9.1
- doctemplates-0.2.1
- haddock-library-1.4.3
resolver: lts-9.9
- tagsoup-0.14.2
resolver: lts-9.14