diff options
author | Alexander Krotov <ilabdsf@gmail.com> | 2018-02-27 04:31:46 +0300 |
---|---|---|
committer | Alexander Krotov <ilabdsf@gmail.com> | 2018-02-27 04:31:46 +0300 |
commit | 19b4cb16f32b37f8a1e7f27f7386116f3593708b (patch) | |
tree | f7987ef482ff3819fdf190564fd0bcaf544b6f2b | |
parent | 5ea43630f2d19bd20fd13c38dc23cc3b84c02e3c (diff) | |
download | pandoc-19b4cb16f32b37f8a1e7f27f7386116f3593708b.tar.gz |
Update tagsoup to 0.14.4
Fixes #4282
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.lts9.yaml | 3 | ||||
-rw-r--r-- | stack.yaml | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 9747f4e30..219331f53 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -373,7 +373,7 @@ library pandoc-types >= 1.17.3 && < 1.18, aeson >= 0.7 && < 1.3, aeson-pretty >= 0.8.5 && < 0.9, - tagsoup >= 0.14.3 && < 0.15, + tagsoup >= 0.14.4 && < 0.15, base64-bytestring >= 0.1 && < 1.1, zlib >= 0.5 && < 0.7, skylighting >= 0.5.1 && < 0.7, diff --git a/stack.lts9.yaml b/stack.lts9.yaml index 936fb4ac4..9e9a09877 100644 --- a/stack.lts9.yaml +++ b/stack.lts9.yaml @@ -24,8 +24,7 @@ extra-deps: - tasty-quickcheck-0.9.1 - doctemplates-0.2.1 - haddock-library-1.4.3 -- tagsoup-0.14.2 - hs-bibutils-6.2.0.1 - pandoc-citeproc-0.14.1.2 -- tagsoup-0.14.3 +- tagsoup-0.14.4 resolver: lts-9.14 diff --git a/stack.yaml b/stack.yaml index 5098fe20b..53a69effd 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,7 @@ extra-deps: - ansi-terminal-0.7.1.1 - tasty-1.0.0.1 - texmath-0.10.1.1 -- tagsoup-0.14.3 +- tagsoup-0.14.4 ghc-options: "$locals": -fhide-source-paths resolver: lts-10.3 |