1
1
name : distributed-process-client-server
2
- version : 0.2.3
2
+ version : 0.2.4
3
3
cabal-version : >= 1.8
4
4
build-type : Simple
5
5
license : BSD3
@@ -8,7 +8,6 @@ stability: experimental
8
8
Copyright : Tim Watson 2012 - 2017
9
9
Author : Tim Watson
10
10
Maintainer : Tim Watson <
[email protected] >
11
- Stability : experimental
12
11
Homepage : http://github.com/haskell-distributed/distributed-process-client-server
13
12
Bug-Reports : http://github.com/haskell-distributed/distributed-process-client-server/issues
14
13
synopsis : The Cloud Haskell Application Platform
@@ -27,7 +26,7 @@ source-repository head
27
26
library
28
27
build-depends :
29
28
base >= 4.8.2.0 && < 5 ,
30
- distributed-process >= 0.6.6 && < 0.7 ,
29
+ distributed-process >= 0.6.6 && < 0.8 ,
31
30
distributed-process-extras >= 0.3.1 && < 0.4 ,
32
31
distributed-process-async >= 0.2.4 && < 0.3 ,
33
32
binary >= 0.6.3.0 && < 0.9 ,
@@ -38,7 +37,7 @@ library
38
37
unordered-containers >= 0.2.3.0 && < 0.3 ,
39
38
fingertree < 0.2 ,
40
39
stm >= 2.4 && < 2.5 ,
41
- time > 1.4 && < 1.8 ,
40
+ time > 1.4 && < 1.9.2 ,
42
41
transformers,
43
42
exceptions >= 0.5
44
43
if impl(ghc <= 7.5 )
@@ -69,11 +68,11 @@ test-suite ManagedProcessTests
69
68
base >= 4.4 && < 5 ,
70
69
ansi-terminal >= 0.5 && < 0.7 ,
71
70
containers,
72
- distributed-process >= 0.6.6 && < 0.7 ,
71
+ distributed-process >= 0.6.6 && < 0.8 ,
73
72
distributed-process-extras >= 0.3.1 && < 0.4 ,
74
73
distributed-process-async >= 0.2.4 && < 0.3 ,
75
74
distributed-process-client-server,
76
- distributed-process-systest >= 0.1.1 && < 0.2 ,
75
+ distributed-process-systest >= 0.1.1 ,
77
76
network-transport >= 0.4 && < 0.5 ,
78
77
mtl,
79
78
fingertree < 0.2 ,
@@ -107,11 +106,11 @@ test-suite PrioritisedProcessTests
107
106
base >= 4.4 && < 5 ,
108
107
ansi-terminal >= 0.5 && < 0.7 ,
109
108
containers,
110
- distributed-process >= 0.6.6 && < 0.7 ,
109
+ distributed-process >= 0.6.6 && < 0.8 ,
111
110
distributed-process-extras >= 0.3.1 && < 0.4 ,
112
111
distributed-process-async >= 0.2.4 && < 0.3 ,
113
112
distributed-process-client-server,
114
- distributed-process-systest >= 0.1.1 && < 0.2 ,
113
+ distributed-process-systest >= 0.1.1 ,
115
114
network-transport >= 0.4 && < 0.5 ,
116
115
mtl,
117
116
fingertree < 0.2 ,
0 commit comments