diff --git a/distributed-process-execution.cabal b/distributed-process-execution.cabal
--- a/distributed-process-execution.cabal
+++ b/distributed-process-execution.cabal
@@ -1,5 +1,5 @@
 name:           distributed-process-execution
-version:        0.1.2.1
+version:        0.1.2.2
 cabal-version:  >=1.8
 build-type:     Simple
 license:        BSD3
@@ -29,7 +29,7 @@
   build-depends:
                    base >= 4.4 && < 5,
                    data-accessor >= 0.2.2.3,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-supervisor >= 0.1.2 && < 0.2,
                    distributed-process-client-server >= 0.1.2 && < 0.2,
@@ -71,7 +71,7 @@
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-execution,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-tests >= 0.4.1 && < 0.5,
@@ -82,7 +82,7 @@
                    network-transport >= 0.4 && < 0.5,
                    deepseq >= 1.3.0.1 && < 1.5,
                    mtl,
-                   network-transport-tcp >= 0.4 && < 0.5,
+                   network-transport-tcp >= 0.4 && < 0.6,
                    binary >= 0.6.3.0 && < 0.8,
                    network >= 2.3 && < 2.7,
                    HUnit >= 1.2 && < 2,
@@ -111,7 +111,7 @@
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
-                   distributed-process >= 0.5.3 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.7,
                    distributed-process-execution,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-tests >= 0.4.1 && < 0.5,
@@ -122,7 +122,7 @@
                    network-transport >= 0.4 && < 0.5,
                    deepseq >= 1.3.0.1 && < 1.5,
                    mtl,
-                   network-transport-tcp >= 0.4 && < 0.5,
+                   network-transport-tcp >= 0.4 && < 0.6,
                    binary >= 0.6.3.0 && < 0.8,
                    network >= 2.3 && < 2.7,
                    HUnit >= 1.2 && < 2,
