aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-14 19:40:14 -0600
committerGitHub <noreply@github.com>2016-06-14 19:40:14 -0600
commit5ea3cc647b2645baeb6247d8bc422989d87b42aa (patch)
tree707cfa9b982625502c3c2051893c33d2dc105117
parent43382cead2f578be6e1f4a2813165e51e017e2e3 (diff)
parentf0265d4f34e633fdeee23755791590855c218208 (diff)
downloadpandoc-5ea3cc647b2645baeb6247d8bc422989d87b42aa.tar.gz
Merge pull request #2981 from felixonmars/patch-1
Allow tagsoup 0.14
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 820e417a5..5620182f8 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -266,7 +266,7 @@ Library
extensible-exceptions >= 0.1 && < 0.2,
pandoc-types >= 1.16 && < 1.17,
aeson >= 0.7 && < 0.12,
- tagsoup >= 0.13.7 && < 0.14,
+ tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
zlib >= 0.5 && < 0.7,
highlighting-kate >= 0.6.2 && < 0.7,