Index: b/snap-server.cabal
===================================================================
--- a/snap-server.cabal
+++ b/snap-server.cabal
@@ -1,5 +1,6 @@
 name:           snap-server
 version:        1.1.2.1
+x-revision: 5
 synopsis:       A web server for the Snap Framework
 description:
   Snap is a simple and fast web development framework and server written in
@@ -99,22 +100,22 @@ Library
     attoparsec                          >= 0.12     && < 0.15,
     base                                >= 4.6      && < 5,
     blaze-builder                       >= 0.4      && < 0.5,
-    bytestring                          >= 0.9.1    && < 0.12,
+    bytestring                          >= 0.9.1    && < 0.13,
     case-insensitive                    >= 1.1      && < 1.3,
     clock                               >= 0.7.1    && < 0.9,
-    containers                          >= 0.3      && < 0.7,
+    containers                          >= 0.3      && < 0.8,
     filepath                            >= 1.1      && < 2.0,
     io-streams                          >= 1.3      && < 1.6,
     io-streams-haproxy                  >= 1.0      && < 1.1,
     lifted-base                         >= 0.1      && < 0.3,
     mtl                                 >= 2.0      && < 2.4,
-    network                             >= 2.3      && < 3.2,
+    network                             >= 2.3      && < 4,
     old-locale                          >= 1.0      && < 1.1,
     snap-core                           >= 1.0      && < 1.1,
-    text                                >= 0.11     && < 2.1,
-    time                                >= 1.0      && < 1.13,
+    text                                >= 0.11     && < 2.2,
+    time                                >= 1.0      && < 2,
     transformers                        >= 0.3      && < 0.7,
-    unix-compat                         >= 0.2      && < 0.7,
+    unix-compat                         >= 0.2      && < 0.8,
     vector                              >= 0.7      && < 0.14
 
   other-extensions:
@@ -332,7 +333,7 @@ Benchmark benchmark
     blaze-builder,
     bytestring,
     bytestring-builder,
-    criterion                           >= 0.6     && < 1.7,
+    criterion                           >= 0.6     && < 2,
     io-streams,
     io-streams-haproxy,
     snap-core,
