diff --git a/snap-server.cabal b/snap-server.cabal
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -1,5 +1,5 @@
 name:           snap-server
-version:        0.9.3.4
+version:        0.9.4.0
 synopsis:       A fast, iteratee-based, epoll-enabled web server for the Snap Framework
 description:
   Snap is a simple and fast web development framework and server written in
@@ -85,7 +85,7 @@
     Snap.Internal.Http.Server.TLS
 
   build-depends:
-    attoparsec                >= 0.10     && < 0.11,
+    attoparsec                >= 0.10     && < 0.12,
     attoparsec-enumerator     >= 0.3      && < 0.4,
     base                      >= 4        && < 5,
     blaze-builder             >= 0.2.1.4  && < 0.4,
@@ -99,7 +99,7 @@
     network                   >= 2.3      && < 2.5,
     old-locale,
     snap-core                 >= 0.9.3    && < 0.10,
-    text                      >= 0.11     && < 0.12,
+    text                      >= 0.11     && < 1.2,
     time                      >= 1.0      && < 1.5,
     unix-compat               >= 0.2      && < 0.5
 
diff --git a/test/snap-server-testsuite.cabal b/test/snap-server-testsuite.cabal
--- a/test/snap-server-testsuite.cabal
+++ b/test/snap-server-testsuite.cabal
@@ -18,7 +18,7 @@
 
   build-depends:
     QuickCheck                 >= 2,
-    attoparsec                 >= 0.10     && <0.11,
+    attoparsec                 >= 0.10     && <0.12,
     attoparsec-enumerator      >= 0.3      && <0.4,
     base                       >= 4        && <5,
     base16-bytestring          == 0.1.*,
@@ -44,7 +44,7 @@
     test-framework             >= 0.6      && <0.7,
     test-framework-hunit       >= 0.2.7    && <0.3,
     test-framework-quickcheck2 >= 0.2.12.1 && <0.3,
-    text                       >= 0.11     && <0.12,
+    text                       >= 0.11     && <1.2,
     time,
     tls                        >= 1.0      && <1.1,
     tls-extra                  >= 0.5      && <0.6,
@@ -86,7 +86,7 @@
 
   build-depends:
     QuickCheck                >= 2,
-    attoparsec                >= 0.10    && <0.11,
+    attoparsec                >= 0.10    && <0.12,
     attoparsec-enumerator     >= 0.3     && <0.4,
     base                      >= 4       && <5,
     base16-bytestring         == 0.1.*,
@@ -175,7 +175,7 @@
     test-framework             >= 0.6      && <0.7,
     test-framework-hunit       >= 0.2.7    && <0.3,
     test-framework-quickcheck2 >= 0.2.12.1 && <0.3,
-    text                       >= 0.11     && <0.12,
+    text                       >= 0.11     && <1.2,
     time
 
   if !os(windows)
