From 9657b4f611c0e15d3f051d7f05da0b8fd005fb27 Mon Sep 17 00:00:00 2001 From: RyanGlScott Date: Fri, 23 Jan 2015 11:35:24 -0600 Subject: [PATCH] Bump utf8-string upper version bounds --- xss-sanitize.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index 472b222..502d12b 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -21,7 +21,7 @@ flag network-uri library build-depends: base == 4.*, containers , tagsoup >= 0.12.2 && < 1 - , utf8-string >= 0.3 && < 1 + , utf8-string >= 0.3 && < 1.1 , css-text >= 0.1.1 && < 0.2 , text >= 0.11 && < 2 , attoparsec >= 0.10.0.3 && < 1 @@ -41,7 +41,7 @@ test-suite test cpp-options: -DTEST build-depends: base == 4.* , containers , tagsoup >= 0.12.2 && < 1 - , utf8-string >= 0.3 && < 1 + , utf8-string >= 0.3 && < 1.1 , css-text >= 0.1.1 && < 0.2 , text >= 0.11 && < 2 , attoparsec >= 0.10.0.3 && < 1