-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
38 lines (32 loc) · 963 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
flags: {}
extra-package-dbs: []
packages:
- '.'
# stunclient currently has an incompatibility with network
# so pull the pull-request that fixes this
- location:
git: https://github.com/obadz/hs-stun/
commit: 7055594ef0b54477c43e26bb1b94c933bb4aead8
extra-dep: true
# remove when fix appears
# Pull vanguard-core
- location:
git: https://github.com/rlupton20/vanguard-core
commit: 6969790ef72a12e915efbc8817c5a4c934504112
extra-dep: true
# Use our tree-threads library
- location:
git: https://github.com/rlupton20/tree-threads/
commit: 0380b68a661b73072293b6e19de298a0436d4ae6
extra-dep: true
# Use our concurrent-stack library
- location:
git: https://github.com/rlupton20/concurrent-stack
commit: 952b282e1907ff06a39e3778404eab5b2228f58c
extra-dep: true
extra-deps:
- stringprep-1.0.0 # Required by stunclient
# - stunclient-0.1.0.1 # Commented out until fixed
resolver: lts-7.20
docker:
enable: true