diff --git a/test/WaiExtraTest.hs b/test/WaiExtraTest.hs
--- a/test/WaiExtraTest.hs
+++ b/test/WaiExtraTest.hs
@@ -1,8 +1,7 @@
 {-# LANGUAGE OverloadedStrings #-}
 module WaiExtraTest (specs) where
 
-import Test.Hspec.Monadic
-import Test.Hspec.HUnit ()
+import Test.Hspec
 import Test.HUnit hiding (Test)
 
 import Network.Wai
diff --git a/wai-extra.cabal b/wai-extra.cabal
--- a/wai-extra.cabal
+++ b/wai-extra.cabal
@@ -1,5 +1,5 @@
 Name:                wai-extra
-Version:             1.3.0.1
+Version:             1.3.0.2
 Synopsis:            Provides some basic WAI handlers and middleware.
 Description:         The goal here is to provide common features without many dependencies.
 License:             MIT
@@ -25,7 +25,7 @@
                    , wai                       >= 1.3      && < 1.4
                    , old-locale                >= 1.0.0.2  && < 1.1
                    , time                      >= 1.1.4
-                   , network                   >= 2.2.1.5  && < 2.4
+                   , network                   >= 2.2.1.5
                    , directory                 >= 1.0.1
                    , transformers              >= 0.2.2    && < 0.4
                    , blaze-builder             >= 0.2.1.4  && < 0.4
@@ -67,7 +67,7 @@
     build-depends:   base                      >= 4        && < 5
                    , wai-extra
                    , wai-test                  >= 1.3
-                   , hspec
+                   , hspec                     == 1.3.*
                    , HUnit
 
                    , wai
