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.7
+version:        0.7.0.1
 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
@@ -99,7 +99,7 @@
     Snap.Internal.Http.Server.LibevBackend
 
   build-depends:
-    array                     >= 0.2      && <0.4,
+    array                     >= 0.2      && <0.5,
     attoparsec                >= 0.10     && < 0.11,
     attoparsec-enumerator     >= 0.3      && < 0.4,
     base                      >= 4        && < 5,
@@ -112,14 +112,14 @@
     containers                >= 0.3      && < 0.5,
     directory-tree            >= 0.10     && < 0.11,
     enumerator                >= 0.4.13.1 && < 0.5,
-    filepath                  >= 1.1      && < 1.3,
+    filepath                  >= 1.1      && < 1.4,
     MonadCatchIO-transformers >= 0.2.1    && < 0.3,
     mtl                       >= 2        && < 3,
     murmur-hash               >= 0.1      && < 0.2,
     network                   >= 2.3      && < 2.4,
     old-locale,
     snap-core                 >= 0.7      && < 0.8,
-    template-haskell          >= 2.2      && < 2.7,
+    template-haskell          >= 2.2      && < 2.8,
     text                      >= 0.11     && < 0.12,
     time                      >= 1.0      && < 1.5,
     transformers              >= 0.2      && < 0.3,
