forked from Consensys/quorum-aws
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
40 lines (35 loc) · 850 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
39
40
resolver: lts-10.7
packages:
- '.'
#- '../quorum-tools'
- location:
git: https://github.com/jpmorganchase/quorum-tools.git
commit: 337d92414cac248d10e8ee583eb7adaea5c2d0be
extra-dep: true
#
# FIXME: duplicated from quorum-tools:
#
- location:
git: https://github.com/jpmorganchase/constellation.git
commit: 14997fbb8d5ae0b2db6ea182fcabad5d69ed7b23
extra-dep: true
#
# FIXME: duplicated from quorum-tools:
#
extra-deps:
- uri-bytestring-0.2.3.3
- foldl-1.2.5
- turtle-1.3.6
- symmetric-properties-0.1.0.0
- rate-limit-1.1.1
- time-units-1.0.0
- aeson-1.1.2.0
- async-pool-0.9.0.2
- BerkeleyDB-0.8.7 # constellation
- logging-3.0.4 # constellation
- saltine-0.1.0.0 # constellation
- cryptonite-0.24 # constellation
- ansi-terminal-0.6.3.1
- unix-compat-0.4.3.1
flags: {}
extra-package-dbs: []