@@ -30,14 +30,13 @@ Library
3030 libssh2 >= 0.2 && < 0.3 ,
3131 pureMD5 >= 2.1 && < 2.2 ,
3232 bytestring >= 0.9 && < 0.11 ,
33- distributed-process >= 0.3.2 && < 0.4 ,
34- binary >= 0.5 && < 0.6 ,
33+ distributed-process >= 0.3.2 && < 0.5 ,
34+ binary >= 0.5 && < 0.7 ,
35+ network-transport >= 0.3 && < 0.4 ,
3536 network-transport-tcp >= 0.3 && < 0.4 ,
36- optparse-applicative >= 0.2 && < 0.4 ,
3737 transformers >= 0.3 && < 0.4 ,
38- certificate >= 1.2.4 && < 1.3 ,
39- unix >= 2.5 && < 2.6 ,
40- network-transport >= 0.3 && < 0.4 ,
38+ certificate >= 1.3 && < 1.4 ,
39+ unix >= 2.5 && < 2.7 ,
4140 mtl >= 2.1 && < 2.2 ,
4241 rank1dynamic >= 0.1 && < 0.2 ,
4342 distributed-static >= 0.2 && < 0.3
@@ -55,7 +54,7 @@ Executable cloud-haskell-azure-echo
5554 if flag(build-demos)
5655 Build-Depends : base >= 4.4 && < 5 ,
5756 distributed-process-azure >= 0.1 && < 0.2 ,
58- distributed-process >= 0.3.2 && < 0.4 ,
57+ distributed-process >= 0.3.2 && < 0.5 ,
5958 transformers >= 0.3 && < 0.4
6059 else
6160 buildable : False
@@ -66,7 +65,7 @@ Executable cloud-haskell-azure-ping
6665 if flag(build-demos)
6766 Build-Depends : base >= 4.4 && < 5 ,
6867 distributed-process-azure >= 0.1 && < 0.2 ,
69- distributed-process >= 0.3.2 && < 0.4 ,
68+ distributed-process >= 0.3.2 && < 0.5 ,
7069 transformers >= 0.3 && < 0.4 ,
7170 bytestring >= 0.9 && < 0.11 ,
7271 binary >= 0.5 && < 0.6 ,
@@ -81,7 +80,7 @@ Executable cloud-haskell-azure-fib
8180 if flag(build-demos)
8281 Build-Depends : base >= 4.4 && < 5 ,
8382 distributed-process-azure >= 0.1 && < 0.2 ,
84- distributed-process >= 0.3.2 && < 0.4 ,
83+ distributed-process >= 0.3.2 && < 0.5 ,
8584 transformers >= 0.3 && < 0.4 ,
8685 bytestring >= 0.9 && < 0.11 ,
8786 binary >= 0.5 && < 0.6 ,
0 commit comments