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

Commit bfb2a15

Browse files
committed
Got working with GHC 8.8.3
1 parent d914ebe commit bfb2a15

File tree

2 files changed

+10
-21
lines changed

2 files changed

+10
-21
lines changed

distributed-process-async.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ library
3131
binary >= 0.6.3.0 && < 0.9,
3232
deepseq >= 1.3.0.1 && < 1.5,
3333
mtl,
34-
containers >= 0.4 && < 0.6,
35-
hashable >= 1.2.0.5 && < 1.3,
34+
containers >= 0.4 && < 0.7,
35+
hashable >= 1.2.0.5 && < 1.4,
3636
unordered-containers >= 0.2.3.0 && < 0.3,
3737
fingertree < 0.2,
38-
stm >= 2.4 && < 2.5,
38+
stm >= 2.4 && < 2.6,
3939
time >= 1.8.0.2,
4040
transformers
4141
extensions: CPP

stack.yaml

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,12 @@
1-
# Specifies the GHC version and set of packages available
2-
resolver: lts-12.18
3-
4-
# Local packages, usually specified by relative directory name
1+
resolver: lts-16.0
52
packages:
63
- '.'
7-
- location:
8-
git: https://github.com/haskell-distributed/distributed-process.git
9-
commit: 660d554f6acd2dba8b605c84e8fa69e45708bc14
10-
extra-dep: true
11-
- location:
12-
git: https://github.com/haskell-distributed/distributed-process-systest.git
13-
commit: d43a6ee475b1ea2d3c5edcf460517a948eba7a78
14-
extra-dep: true
15-
16-
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
174
extra-deps:
5+
- git: https://github.com/davidsd/distributed-process.git
6+
commit: 144818f5174522ee4a027a4681ec047e0567c11b
7+
- git: https://github.com/haskell-distributed/distributed-process-systest.git
8+
commit: d43a6ee475b1ea2d3c5edcf460517a948eba7a78
189
- rematch-0.2.0.0
19-
- exceptions-0.10.0
20-
- network-transport-tcp-0.6.0 # works locally without it but doesn't pass CI
21-
22-
# Override default flag values for local packages and extra-deps
10+
- distributed-static-0.3.9
11+
- network-transport-tcp-0.6.0
2312
flags: {}

0 commit comments

Comments
 (0)