From 072d537e607d3932a763998d884a1746732dc455 Mon Sep 17 00:00:00 2001 From: Greg Weber Date: Thu, 26 Dec 2013 17:10:26 -0800 Subject: [PATCH] version bump package for text upper bound change --- xss-sanitize.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal index 76b679b..ce531af 100644 --- a/xss-sanitize.cabal +++ b/xss-sanitize.cabal @@ -1,5 +1,5 @@ name: xss-sanitize -version: 0.3.4 +version: 0.3.4.1 license: BSD3 license-file: LICENSE author: Greg Weber @@ -15,7 +15,7 @@ homepage: http://github.com/yesodweb/haskell-xss-sanitize extra-source-files: README.md library - build-depends: base == 4.*, containers + build-depends: base == 4.*, containers , tagsoup >= 0.12.2 && < 1 , utf8-string >= 0.3 && < 1 , network >= 2 && < 3 @@ -32,7 +32,7 @@ test-suite test type: exitcode-stdio-1.0 main-is: test/main.hs cpp-options: -DTEST - build-depends: base == 4.* , containers + build-depends: base == 4.* , containers , tagsoup >= 0.12.2 && < 1 , utf8-string >= 0.3 && < 1 , network >= 2 && < 3