diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index 6416a00..2168ffc 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -1,5 +1,5 @@ name: xss-sanitize -version: 0.3.0 +version: 0.3.0.1 license: BSD3 license-file: LICENSE author: Greg Weber @@ -32,7 +32,7 @@ test-suite test main-is: test/main.hs cpp-options: -DTEST build-depends: base >= 4 && < 5, containers - , tagsoup >= 0.11 + , tagsoup >= 0.12.2 , utf8-string >= 0.3 , network >= 2 , css-text >= 0.1 && < 0.2