Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 8db4a79

Browse files
authored
Merge pull request #1 from adjoint-io/update-deps
Update dependencies
2 parents c2bd413 + 57dca3a commit 8db4a79

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

distributed-process-client-server.cabal

+7-8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: distributed-process-client-server
2-
version: 0.2.3
2+
version: 0.2.4
33
cabal-version: >=1.8
44
build-type: Simple
55
license: BSD3
@@ -8,7 +8,6 @@ stability: experimental
88
Copyright: Tim Watson 2012 - 2017
99
Author: Tim Watson
1010
Maintainer: Tim Watson <[email protected]>
11-
Stability: experimental
1211
Homepage: http://github.com/haskell-distributed/distributed-process-client-server
1312
Bug-Reports: http://github.com/haskell-distributed/distributed-process-client-server/issues
1413
synopsis: The Cloud Haskell Application Platform
@@ -27,7 +26,7 @@ source-repository head
2726
library
2827
build-depends:
2928
base >= 4.8.2.0 && < 5,
30-
distributed-process >= 0.6.6 && < 0.7,
29+
distributed-process >= 0.6.6 && < 0.8,
3130
distributed-process-extras >= 0.3.1 && < 0.4,
3231
distributed-process-async >= 0.2.4 && < 0.3,
3332
binary >= 0.6.3.0 && < 0.9,
@@ -38,7 +37,7 @@ library
3837
unordered-containers >= 0.2.3.0 && < 0.3,
3938
fingertree < 0.2,
4039
stm >= 2.4 && < 2.5,
41-
time > 1.4 && < 1.8,
40+
time > 1.4 && < 1.9.2,
4241
transformers,
4342
exceptions >= 0.5
4443
if impl(ghc <= 7.5)
@@ -69,11 +68,11 @@ test-suite ManagedProcessTests
6968
base >= 4.4 && < 5,
7069
ansi-terminal >= 0.5 && < 0.7,
7170
containers,
72-
distributed-process >= 0.6.6 && < 0.7,
71+
distributed-process >= 0.6.6 && < 0.8,
7372
distributed-process-extras >= 0.3.1 && < 0.4,
7473
distributed-process-async >= 0.2.4 && < 0.3,
7574
distributed-process-client-server,
76-
distributed-process-systest >= 0.1.1 && < 0.2,
75+
distributed-process-systest >= 0.1.1,
7776
network-transport >= 0.4 && < 0.5,
7877
mtl,
7978
fingertree < 0.2,
@@ -107,11 +106,11 @@ test-suite PrioritisedProcessTests
107106
base >= 4.4 && < 5,
108107
ansi-terminal >= 0.5 && < 0.7,
109108
containers,
110-
distributed-process >= 0.6.6 && < 0.7,
109+
distributed-process >= 0.6.6 && < 0.8,
111110
distributed-process-extras >= 0.3.1 && < 0.4,
112111
distributed-process-async >= 0.2.4 && < 0.3,
113112
distributed-process-client-server,
114-
distributed-process-systest >= 0.1.1 && < 0.2,
113+
distributed-process-systest >= 0.1.1,
115114
network-transport >= 0.4 && < 0.5,
116115
mtl,
117116
fingertree < 0.2,

stack.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
resolver: nightly-2017-02-03
1+
resolver: lts-11.7
22

33
packages:
44
- '.'
55

66
extra-deps:
77
- network-transport-inmemory-0.5.1 # snapshot 0.5.2 in lts-7.18
8-
- distributed-process-0.6.6 # missing snapshot
9-
- distributed-process-extras-0.3.1 # missing snapshot
10-
- distributed-process-async-0.2.4 # missing snapshot
11-
- distributed-process-systest-0.1.1 # missing prior to Jan-2017
8+
- distributed-process-0.7.3 # missing snapshot
129
- rematch-0.2.0.0
10+
- distributed-process-extras-0.3.4
11+
- distributed-process-async-0.2.5

0 commit comments

Comments
 (0)