summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc.cabal2
-rw-r--r--stack.pkg.yaml5
-rw-r--r--stack.yaml3
3 files changed, 6 insertions, 4 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,
diff --git a/stack.pkg.yaml b/stack.pkg.yaml
index 0d1d1742c..49d6310f4 100644
--- a/stack.pkg.yaml
+++ b/stack.pkg.yaml
@@ -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
diff --git a/stack.yaml b/stack.yaml
index 38112c49d..c6f602f91 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -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