diff --git a/HandsomeSoup.cabal b/HandsomeSoup.cabal
--- a/HandsomeSoup.cabal
+++ b/HandsomeSoup.cabal
@@ -1,5 +1,5 @@
 Name:               HandsomeSoup
-Version:            0.3.3
+Version:            0.3.4
 Synopsis:           Work with HTML more easily in HXT
 Description:        See examples and full readme on the Github page: https:\/\/github.com\/egonSchiele\/HandsomeSoup
 Homepage:           https://github.com/egonSchiele/HandsomeSoup
@@ -27,8 +27,8 @@
                     , mtl
                     , MaybeT
                     , hxt
-                    , network >= 2.6
-                    , network-uri >= 2.6
+                    , network == 2.5.0.0
+                    , network-uri == 2.5.0.0
                     , hxt-http
 
 test-suite hspec
@@ -38,7 +38,7 @@
   Other-modules:       Paths_HandsomeSoup
   Build-depends:       base                >= 4.6  &&  < 5
                      -- currently uses HSpec.Monadic submodule, removed in 1.10.0
-                     , hspec               < 1.10
+                     , hspec               >= 1.11
                      , HandsomeSoup
                      , hxt
 
diff --git a/tests/AllTests.hs b/tests/AllTests.hs
--- a/tests/AllTests.hs
+++ b/tests/AllTests.hs
@@ -5,7 +5,7 @@
 import System.IO.Unsafe
 import Paths_HandsomeSoup
 
-import Test.Hspec.Monadic
+import Test.Hspec
 
 -- mk :: (Show a, Eq a, ArrowXml b) => String -> b (T.NTree XNode) (T.NTree XNode) -> a -> Test
 run action = unsafePerformIO $ do
