This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed
Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
52packages :
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)
174extra-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
2312flags : {}
You can’t perform that action at this time.
0 commit comments