diff --git a/distributed-process-simplelocalnet.cabal b/distributed-process-simplelocalnet.cabal
--- a/distributed-process-simplelocalnet.cabal
+++ b/distributed-process-simplelocalnet.cabal
@@ -1,5 +1,5 @@
 Name:          distributed-process-simplelocalnet
-Version:       0.2.1.0
+Version:       0.2.2.0
 Cabal-Version: >=1.8
 Build-Type:    Simple
 License:       BSD3 
@@ -29,13 +29,13 @@
 Library
   Build-Depends:     base >= 4.4 && < 5,
                      bytestring >= 0.9 && < 0.11,
-                     network >= 2.3 && < 2.5,
+                     network >= 2.3 && < 2.7,
                      network-multicast >= 0.0 && < 0.1,
                      data-accessor >= 0.2 && < 0.3,
                      binary >= 0.6.3 && < 0.8,
                      containers >= 0.4 && < 0.6,
                      transformers >= 0.2 && < 0.5,
-                     network-transport >= 0.4.0.0 && < 0.5,
+                     network-transport >= 0.4.1.0 && < 0.5,
                      network-transport-tcp >= 0.4 && < 0.5,
                      distributed-process >= 0.5.0 && < 0.6
   Exposed-modules:   Control.Distributed.Process.Backend.SimpleLocalnet,
@@ -51,13 +51,13 @@
   If flag(build-example)
     Build-Depends:     base >= 4.4 && < 5,
                        bytestring >= 0.9 && < 0.11,
-                       network >= 2.3 && < 2.5,
+                       network >= 2.3 && < 2.7,
                        network-multicast >= 0.0 && < 0.1,
                        data-accessor >= 0.2 && < 0.3,
                        binary >= 0.5 && < 0.8,
                        containers >= 0.4 && < 0.6,
                        transformers >= 0.2 && < 0.5,
-                       network-transport >= 0.3 && < 0.4,
+                       network-transport >= 0.4.1.0 && < 0.5,
                        network-transport-tcp >= 0.3 && < 0.4,
                        distributed-process >= 0.4.1 && < 0.5
   Else
