diff --git a/wai-middleware-route.cabal b/wai-middleware-route.cabal
--- a/wai-middleware-route.cabal
+++ b/wai-middleware-route.cabal
@@ -1,5 +1,5 @@
 name:           wai-middleware-route
-version:        0.7.0
+version:        0.7.1
 cabal-version:  >= 1.8
 build-type:     Simple
 synopsis:       Wai dispatch middleware
@@ -20,9 +20,9 @@
   hs-source-dirs:   src
   build-depends:    base >= 4 && < 5,
                    bytestring >= 0.9 && < 0.10,
-                   http-types >= 0.6 && < 0.7,
+                   http-types >= 0.7 && < 0.8,
                    text,
-                   wai >= 1.2,
+                   wai >= 1.3,
                    yesod-routes
   ghc-options:      -Wall -rtsopts
   exposed-modules:  Network.Wai.Middleware.Route
@@ -37,11 +37,12 @@
                    test-framework >= 0.4.1,
                    test-framework-quickcheck2,
                    test-framework-hunit,
+
                    bytestring >= 0.9 && < 0.10,
-                   http-types,
+                   http-types >= 0.7 && < 0.8,
                    text,
-                   wai,
-                   wai-test,
+                   wai >= 1.3,
+                   wai-test >= 1.3,
                    wai-middleware-route
   ghc-options:     -Wall -rtsopts
   hs-source-dirs:  test
