diff --git a/xss-sanitize.cabal b/xss-sanitize.cabal
--- a/xss-sanitize.cabal
+++ b/xss-sanitize.cabal
@@ -1,5 +1,5 @@
 name:            xss-sanitize
-version:         0.3.0.1
+version:         0.3.1
 license:         BSD3
 license-file:    LICENSE
 author:          Greg Weber <greg@gregweber.info>
@@ -15,12 +15,12 @@
 
 library
     build-depends:  base == 4.*, containers
-                    , tagsoup >= 0.12.2
-                    , utf8-string >= 0.3
-                    , network >= 2
-                    , css-text >= 0.1 && < 0.2
-                    , text                      >= 0.11     && < 0.12
-                    , attoparsec-text           >= 0.8.5.1  && < 0.9
+                    , tagsoup     >= 0.12.2   && < 1
+                    , utf8-string >= 0.3      && < 1
+                    , network     >= 2        && < 3
+                    , css-text    >= 0.1.1    && < 0.2
+                    , text        >= 0.11     && < 1
+                    , attoparsec  >= 0.10.0.3 && < 1
 
 
     exposed-modules: Text.HTML.SanitizeXSS
@@ -31,15 +31,15 @@
     type: exitcode-stdio-1.0
     main-is: test/main.hs
     cpp-options: -DTEST
-    build-depends:   base  >= 4        && < 5, containers
-                    , tagsoup >= 0.12.2
-                    , utf8-string >= 0.3
-                    , network >= 2
-                    , css-text >= 0.1 && < 0.2
-                    , text                      >= 0.11     && < 0.12
-                    , attoparsec-text           >= 0.8.5.1  && < 0.9
-                    , hspec
-                    , HUnit >= 1.2
+    build-depends:   base == 4.* , containers
+                    , tagsoup     >= 0.12.2   && < 1
+                    , utf8-string >= 0.3      && < 1
+                    , network     >= 2        && < 3
+                    , css-text    >= 0.1.1    && < 0.2
+                    , text        >= 0.11     && < 1
+                    , attoparsec  >= 0.10.0.3 && < 1
+                    , hspec       >= 0.8
+                    , HUnit       >= 1.2
 
 
 source-repository head
