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.0
+version:        0.1.1
 cabal-version:  >=1.8
 build-type:     Simple
 license:        BSD3
@@ -32,10 +32,10 @@
   build-depends:
                    base >= 4.4 && < 5,
                    data-accessor >= 0.2.2.3,
-                   distributed-process >= 0.5.2 && < 0.6,
-                   distributed-process-extras >= 0.1.1 && < 0.2,
-                   distributed-process-supervisor >= 0.1.1 && < 0.2,
-                   distributed-process-client-server >= 0.1.1 && < 0.2,
+                   distributed-process >= 0.5.3 && < 0.6,
+                   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,
                    binary >= 0.6.3.0 && < 0.8,
                    deepseq >= 1.3.0.1 && < 1.4,
                    mtl,
@@ -74,9 +74,9 @@
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
-                   distributed-process >= 0.5.2 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.6,
                    distributed-process-execution,
-                   distributed-process-extras >= 0.1.1 && < 0.2,
+                   distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-static,
                    bytestring,
                    data-accessor,
@@ -114,9 +114,9 @@
                    containers,
                    hashable,
                    unordered-containers >= 0.2.3.0 && < 0.3,
-                   distributed-process >= 0.5.2 && < 0.6,
+                   distributed-process >= 0.5.3 && < 0.6,
                    distributed-process-execution,
-                   distributed-process-extras >= 0.1.1 && < 0.2,
+                   distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-static,
                    bytestring,
                    data-accessor,
