forked from wireapp/wire-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.yaml
70 lines (66 loc) · 1.45 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
resolver: lts-10.3
packages:
- libs/api-bot
- libs/api-client
- libs/bilge
- libs/brig-types
- libs/cargohold-types
- libs/cassandra-util
- libs/galley-types
- libs/gundeck-types
- libs/http-client-openssl-ext
- libs/metrics-collectd
- libs/metrics-core
- libs/metrics-wai
- libs/ropes
- libs/sodium-crypto-sign
- libs/tasty-cannon
- libs/types-common
- libs/types-common-journal
- libs/wai-utilities
- libs/zauth
- services/brig
- services/cannon
- services/cargohold
- services/galley
- services/gundeck
- services/proxy
- tools/bonanza
- tools/makedeb
- tools/api-simulations
- location:
git: https://github.com/tiago-loureiro/haskell-multihash.git
commit: 7622cfcff97fa1e207ec91bb11495a207e6c0195
extra-dep: true
- location:
git: https://github.com/wireapp/cryptobox-haskell
commit: 7546a1a25635ef65183e3d44c1052285e8401608
extra-dep: true
- location:
git: https://github.com/kim/hs-collectd
commit: '0.0.0.2'
extra-dep: true
- location:
git: https://github.com/tiago-loureiro/aws
commit: 9c79c78b018825c70515baf0f9dd7a08776e5848
extra-dep: true
extra-deps:
- base58-bytestring-0.1.0
- currency-codes-2.0.0.0
- data-timeout-0.3
- geoip2-0.3.1.0
- html-entities-1.1.4.1
- mime-0.4.0.2
- QuickCheck-2.9.2
- snappy-0.2.0.2
- snappy-framing-0.1.1
- tasty-1.0.0.1
- text-icu-translit-0.1.0.7
- wai-middleware-gunzip-0.0.2
- HsOpenSSL-0.11.4.12
flags:
types-common:
cql: True
protobuf: True
arbitrary: True
extra-package-dbs: []