forked from wireapp/wire-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stack.yaml
204 lines (175 loc) · 6.4 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
resolver: lts-16.14
packages:
- libs/api-bot
- libs/api-client
- libs/bilge
- libs/brig-types
- libs/cargohold-types
- libs/cassandra-util
- libs/extended
- libs/dns-util
- libs/deriving-swagger2
- libs/galley-types
- libs/gundeck-types
- libs/hscim
- libs/imports
- libs/metrics-core
- libs/metrics-wai
- libs/polysemy-wire-zoo
- libs/ropes
- libs/sodium-crypto-sign
- libs/ssl-util
- libs/tasty-cannon
- libs/types-common
- libs/types-common-aws
- libs/types-common-journal
- libs/wai-utilities
- libs/wire-api
- libs/wire-api-federation
- libs/zauth
- services/brig
- services/cannon
- services/cargohold
- services/federator
- services/galley
- services/gundeck
- services/proxy
- services/spar
- tools/api-simulations
- tools/bonanza
- tools/db/auto-whitelist
- tools/db/migrate-sso-feature-flag
- tools/db/service-backfill
- tools/db/billing-team-member-backfill
- tools/db/find-undead
- tools/db/move-team
- tools/db/repair-handles
- tools/makedeb
- tools/rex
- tools/stern
nix:
shell-file: stack-deps.nix
# HaskellNet, HaskellNet-SSL, bloodhound, multihash and stm-hamt have bounds
# issues. We didn't catch those before because in snapshot files, allow-newer:
# true seems to be the default. We should fix these bound issues (we have a
# fork of multihash for this reason already) but for now we just ignore the bounds
allow-newer: true
extra-deps:
- git: https://github.com/fimad/prometheus-haskell
commit: 2e3282e5fb27ba8d989c271a0a989823fad7ec43
subdirs:
- wai-middleware-prometheus
# wai-middleware-prometheus can be pulled from hackage once the
# a version > 1.0.0 of wai-middleware-prometheus is available
# (required: https://github.com/fimad/prometheus-haskell/pull/45)
- git: https://github.com/wireapp/saml2-web-sso
commit: dcbadb18f8ba6ca0e6245bf804405685d3e1cfce # master (Nov 12, 2020)
- git: https://github.com/kim/hs-collectd
commit: 885da222be2375f78c7be36127620ed772b677c9
- git: https://github.com/kim/snappy-framing
commit: d99f702c0086729efd6848dea8a01e5266c3a61c
- git: https://gitlab.com/twittner/wai-routing
commit: 7e996a93fec5901767f845a50316b3c18e51a61d
# Our fork of multihash with relaxed upper bounds
- git: https://github.com/wireapp/haskell-multihash.git
commit: 300a6f46384bfca33e545c8bab52ef3717452d12
# https://github.com/hspec/hspec-wai/pull/49
- git: https://github.com/wireapp/hspec-wai
commit: 0a5142cd3ba48116ff059c041348b817fb7bdb25
- git: https://github.com/wireapp/bloodhound
commit: 92de9aa632d590f288a353d03591c38ba72b3cb3 # (2020-10-27) branch: wire-fork-ghc-8.8
# For bloodhound
- deriving-aeson-0.2.5@sha256:a1efa4ab7ff94f73e6d2733a9d4414cb4c3526761295722cff28027b5b3da1a4,1277
- aeson-1.4.7.1@sha256:6d8d2fd959b7122a1df9389cf4eca30420a053d67289f92cdc0dbc0dab3530ba,7098
# amazonka-1.6.1 is buggy:
# https://github.com/brendanhay/amazonka/pull/493
# Also, we needed a fix to make V4 signatures work with custom ports:
# https://github.com/brendanhay/amazonka/pull/588
#
# Therefore we pin an unreleased commit directly.
#
# Once the fix has been merged (and released on hackage), we can pin that instead.
- archive: https://github.com/wireapp/amazonka/archive/412172d8c28906591f01576a78792de7c34cc3eb.tar.gz
sha256: c5eb2007e0eef0daaa70f5c622ec0cc75227be1bc8d32bc9446754f01595ad21
size: 11158334
subdirs:
- amazonka
- amazonka-cloudfront
- amazonka-dynamodb
- amazonka-s3
- amazonka-ses
- amazonka-sns
- amazonka-sqs
- core
############################################################
# Wire packages
############################################################
- git: https://github.com/wireapp/cryptobox-haskell
commit: 7546a1a25635ef65183e3d44c1052285e8401608 # master (Jul 21, 2016)
- git: https://github.com/wireapp/hsaml2
commit: 2ff7b0c11a9d510f1ec411f436bc134b216ebd4a # pull-upstream (Aug 20, 2020)
- git: https://github.com/wireapp/http-client
commit: 9100baeddbd15d93dc58a826ae812dafff29d5fd # master (Jun 16, 2020)
subdirs:
- http-client
- http-client-openssl
- http-client-tls
- http-conduit
# Dropped from upstream snapshot
- template-0.2.0.10
- HaskellNet-0.5.2
- snappy-0.2.0.2
- smtp-mail-0.2.0.0
- stm-containers-1.1.0.4 # Latest: lts-15.16
- redis-resp-1.0.0
- stm-hamt-1.2.0.4 # Latest: lts-15.16
- primitive-unlifted-0.1.2.0 # Latest: lts-15.16
- prometheus-2.2.2 # Only in nightly so far
# Not on stackage
- currency-codes-3.0.0.1
- mime-0.4.0.2
- data-timeout-0.3.1
- geoip2-0.4.0.1
- stomp-queue-0.3.1
- text-icu-translit-0.1.0.7
- wai-middleware-gunzip-0.0.2
- cql-io-tinylog-0.1.0
- invertible-hxt-0.1
- base58-bytestring-0.1.0
- stompl-0.5.0
- pattern-trie-0.1.0
- markov-chain-usage-model-0.0.0
- wai-predicates-1.0.0
- redis-io-1.1.0
# Not latest as latst one breaks wai-routing
- wai-route-0.4.0
# Not updated on Stackage yet
- QuickCheck-2.14
- splitmix-0.0.4 # needed for QuickCheck
- servant-0.18.2
- servant-server-0.18.2
- servant-mock-0.8.7
- servant-swagger-ui-0.3.4.3.36.1
- git: https://github.com/wireapp/servant-swagger.git
commit: 23e9afafadaade29d21181b935286087457171e3
- HsOpenSSL-x509-system-0.1.0.3@sha256:f4958ee0eec555c5c213662eff6764bddefe5665e2afcfd32733ce3801a9b687,1774 # Latest: lts-14.27
- cql-4.0.2@sha256:a0006a5ac13d6f86d5eff28c11be80928246309f217ea6d5f5c8a76a5d16b48b,3157 # Latest: lts-14.27
- cql-io-1.1.1@sha256:897ef0811b227c8b1a269b29b9c1ebfb09c46f00d66834e2e8c6f19ea7f90f7d,4611 # Latest: lts-14.27
- primitive-extras-0.8@sha256:fca0310150496867f5b9421fe1541ecda87fae17eae44885a29f9c52dd00c8ff,2963 # Latest: lts-15.16
- text-format-0.3.2@sha256:2a3fc17cf87120fcfdbca62a0da59759755549285841cdc1483081c35fb3d115,1814 # Latest: lts-14.27
- hex-0.2.0@sha256:197d2561d2e216c4ead035b4911dabc6e678ac6257cb71b64e324c822f6f9f5a,726 # Latest: lts-14.27
# Not in the upstream snapshot and not using latest version on hackage due to
# breaking change
- quickcheck-state-machine-0.6.0
- servant-multipart-0.11.5@sha256:1633f715b5b53d648a1da69839bdc5046599f4f7244944d4bbf852dba38d8f4b,2319
# Dependencies on upstream source
# Required for GHC 8.8, but not released to hackage yet
- git: https://github.com/dpwright/HaskellNet-SSL
commit: ca84ef29a93eaef7673fa58056cdd8dae1568d2d # master (Sep 14, 2020)
############################################################
# Development tools
############################################################
- ormolu-0.1.2.0
- ghc-lib-parser-8.10.1.20200412@sha256:b0517bb150a02957d7180f131f5b94abd2a7f58a7d1532a012e71618282339c2,8751 # for ormolu-0.1.2.0
- headroom-0.2.1.0
- implicit-hie-0.1.2.5