From bebed381996f49267cc896fcd0c6faf472c49982 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Thu, 16 Jan 2014 03:38:58 -0800 Subject: [PATCH] update version bounds of tests --- xss-sanitize.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index 76b679b..bcd4a20 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -37,7 +37,7 @@ test-suite test , utf8-string >= 0.3 && < 1 , network >= 2 && < 3 , css-text >= 0.1.1 && < 0.2 - , text >= 0.11 && < 1 + , text >= 0.11 && < 2 , attoparsec >= 0.10.0.3 && < 1 , hspec >= 1.3 , HUnit >= 1.2