forked from wireapp/wire-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintegration.cabal
More file actions
338 lines (330 loc) · 7.06 KB
/
Copy pathintegration.cabal
File metadata and controls
338 lines (330 loc) · 7.06 KB
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
cabal-version: 3.0
name: integration
version: 0.1.0
description: Wire integration tests
category: Network
author: Wire Swiss GmbH
maintainer: Wire Swiss GmbH <backend@wire.com>
copyright: (c) 2023 Wire Swiss GmbH
license: AGPL-3.0-only
license-file: LICENSE
build-type: Custom
custom-setup
setup-depends:
, base
, Cabal >=3.12
, containers
, directory
, filepath
, haskell-src-exts
common common-all
default-language: GHC2021
ghc-options:
-Wall -Wpartial-fields -fwarn-tabs -Wno-incomplete-uni-patterns
-Wno-x-partial
default-extensions:
AllowAmbiguousTypes
BangPatterns
BlockArguments
ConstraintKinds
DataKinds
DefaultSignatures
DeriveFunctor
DeriveGeneric
DeriveLift
DeriveTraversable
DerivingStrategies
DerivingVia
DuplicateRecordFields
EmptyCase
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
InstanceSigs
KindSignatures
LambdaCase
MultiParamTypeClasses
MultiWayIf
NamedFieldPuns
NoImplicitPrelude
NoImportQualifiedPost
OverloadedLabels
OverloadedRecordDot
PackageImports
PatternSynonyms
PolyKinds
QuasiQuotes
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TupleSections
TypeApplications
TypeFamilies
TypeFamilyDependencies
TypeOperators
UndecidableInstances
ViewPatterns
executable integration
import: common-all
main-is: ./main.hs
ghc-options: -threaded -with-rtsopts=-N
build-depends: integration
executable run-services
import: common-all
main-is: ./run-services.hs
ghc-options: -threaded -with-rtsopts=-N
build-depends: integration
library
import: common-all
hs-source-dirs: test
-- cabal-fmt: expand test
exposed-modules:
API.Brig
API.BrigCommon
API.BrigInternal
API.Cargohold
API.Common
API.Federator
API.Galley
API.GalleyInternal
API.Gundeck
API.GundeckInternal
API.Nginz
API.Proxy
API.Spar
API.SparInternal
MLS.Util
Notifications
RunAllTests
SetupHelpers
Test.AccessUpdate
Test.AdminlessGroups
Test.Apps
Test.Auth
Test.B2B
Test.BlockedDomains
Test.Bot
Test.Brig
Test.Cargohold.API
Test.Cargohold.API.Federation
Test.Cargohold.API.V3
Test.Cargohold.AssetDownload
Test.Cargohold.AssetUpload
Test.Cargohold.Metrics
Test.Cells
Test.Channels
Test.ChannelSearch
Test.Client
Test.Connection
Test.Conversation
Test.Demo
Test.DNSMock
Test.DomainVerification
Test.EJPD
Test.EnterpriseLogin
Test.Errors
Test.Events
Test.ExternalPartner
Test.FeatureFlags
Test.FeatureFlags.AllowedGlobalOperations
Test.FeatureFlags.AppLock
Test.FeatureFlags.Apps
Test.FeatureFlags.AssetAuditLog
Test.FeatureFlags.BackgroundEffects
Test.FeatureFlags.Cells
Test.FeatureFlags.CellsInternal
Test.FeatureFlags.Channels
Test.FeatureFlags.ChatBubbles
Test.FeatureFlags.ClassifiedDomains
Test.FeatureFlags.ConferenceCalling
Test.FeatureFlags.ConsumableNotifications
Test.FeatureFlags.DigitalSignatures
Test.FeatureFlags.DomainRegistration
Test.FeatureFlags.EnforceFileDownloadLocation
Test.FeatureFlags.FileSharing
Test.FeatureFlags.GuestLinks
Test.FeatureFlags.LegalHold
Test.FeatureFlags.Meeting
Test.FeatureFlags.MeetingPremium
Test.FeatureFlags.Mls
Test.FeatureFlags.MlsE2EId
Test.FeatureFlags.MlsMigration
Test.FeatureFlags.OutlookCalIntegration
Test.FeatureFlags.PreventAdminlessGroups
Test.FeatureFlags.RequireExternalEmailVerification
Test.FeatureFlags.SearchVisibilityAvailable
Test.FeatureFlags.SearchVisibilityInbound
Test.FeatureFlags.SelfDeletingMessages
Test.FeatureFlags.SimplifiedUserConnectionRequestQRCode
Test.FeatureFlags.SndFactorPasswordChallenge
Test.FeatureFlags.SSO
Test.FeatureFlags.StealthUsers
Test.FeatureFlags.User
Test.FeatureFlags.Util
Test.Federation
Test.Federator
Test.LegalHold
Test.Login
Test.Meetings
Test.MessageTimer
Test.Migration.Conversation
Test.Migration.ConversationCodes
Test.Migration.DomainRegistration
Test.Migration.TeamFeatures
Test.Migration.Util
Test.MLS
Test.MLS.Clients
Test.MLS.History
Test.MLS.KeyPackage
Test.MLS.Keys
Test.MLS.Message
Test.MLS.Notifications
Test.MLS.One2One
Test.MLS.Reset
Test.MLS.Services
Test.MLS.SubConversation
Test.MLS.Unreachable
Test.NginxZAuthModule
Test.Notifications
Test.OAuth
Test.PasswordReset
Test.Presence
Test.Property
Test.Provider
Test.Proxy
Test.PushToken
Test.Register
Test.Roles
Test.Search
Test.Services
Test.Shape
Test.Spar
Test.Spar.CertFingerprintAllowlist
Test.Spar.GetByEmail
Test.Spar.MultiIngressIdp
Test.Spar.MultiIngressSSO
Test.Spar.STM
Test.Swagger
Test.SystemSettings
Test.TeamCollaborators
Test.Teams
Test.TeamSettings
Test.User
Test.UserGroup
Test.Version
Testlib.App
Testlib.Assertions
Testlib.Cannon
Testlib.Certs
Testlib.Env
Testlib.HTTP
Testlib.JSON
Testlib.KleisliXML
Testlib.Mock
Testlib.MockIntegrationService
Testlib.ModService
Testlib.One2One
Testlib.Options
Testlib.Ports
Testlib.Prekeys
Testlib.Prelude
Testlib.Printing
Testlib.PTest
Testlib.ResourcePool
Testlib.Run
Testlib.RunServices
Testlib.Types
Testlib.VersionedFed
Testlib.XML
build-depends:
, aeson
, aeson-diff
, aeson-pretty
, amqp
, array
, async
, attoparsec
, base
, base16-bytestring
, base64-bytestring
, bytestring
, bytestring-conversion
, case-insensitive
, containers
, cookie
, cql
, cql-io
, criterion
, crypton
, crypton-asn1-encoding
, crypton-asn1-types
, crypton-pem
, crypton-x509
, cryptostore
, data-default
, data-timeout
, deriving-aeson
, directory
, dns
, errors
, exceptions
, extended
, extra
, filepath
, hex
, HsOpenSSL
, http-client
, http-types
, interpolate
, kan-extensions
, lens
, lens-aeson
, mime
, monad-control
, mtl
, network
, network-uri
, optparse-applicative
, process
, proto-lens
, ram
, random
, raw-strings-qq
, regex
, regex-base
, regex-tdfa
, retry
, saml2-web-sso
, scientific
, servant
, servant-client
, servant-server
, split
, stm
, streaming-commons
, string-conversions
, system-linux-proc
, tagged
, temporary
, text
, time
, time-hourglass
, transformers
, transformers-base
, unix
, unix-time
, unliftio
, uuid
, vector
, wai
, warp
, warp-tls
, websockets
, wire-message-proto-lens
, wreq
, xml
, xml-conduit
, yaml