diff --git a/network-conduit.cabal b/network-conduit.cabal
--- a/network-conduit.cabal
+++ b/network-conduit.cabal
@@ -1,5 +1,5 @@
 Name:                network-conduit
-Version:             0.5.0.1
+Version:             0.5.0.2
 Synopsis:            Stream socket data using conduits.
 Description:         Stream socket data using conduits.
 License:             BSD3
@@ -29,7 +29,7 @@
         build-depends: network               >= 2.2.1   && < 2.2.3
                      , network-bytestring    >= 0.1.3   && < 0.1.4
   else
-        build-depends: network               >= 2.3     && < 2.4
+        build-depends: network               >= 2.3
   ghc-options:     -Wall
 
 test-suite test
