forked from haskell-distributed/distributed-process-async
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
23 lines (20 loc) · 773 Bytes
/
stack.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Specifies the GHC version and set of packages available
resolver: lts-11.13
# Local packages, usually specified by relative directory name
packages:
- '.'
- location:
git: https://github.com/haskell-distributed/distributed-process.git
commit: d91a88f70c2cb6a6511283c5720bd9950fc3c55a
extra-dep: true
- location:
git: https://github.com/haskell-distributed/distributed-process-systest.git
commit: b4a6b646adb6c81725ddac4babcfc21b86944d98
extra-dep: true
# Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3)
extra-deps:
- rematch-0.2.0.0
- exceptions-0.10.0
- network-transport-tcp-0.6.0 # works locally without it but doesn't pass CI
# Override default flag values for local packages and extra-deps
flags: {}