@@ -116,11 +116,12 @@ library
116116 Wire.PropertySubsystem
117117 Wire.PropertySubsystem.Interpreter
118118 Wire.Rpc
119- Wire.ServerOptions.Cannon
120119 Wire.ServerOptions.Brig
121- Wire.ServerOptions.Brig.ZAuth
122- Wire.ServerOptions.Brig.Queue
123120 Wire.ServerOptions.Brig.CookieLimit
121+ Wire.ServerOptions.Brig.Queue
122+ Wire.ServerOptions.Brig.ZAuth
123+ Wire.ServerOptions.Cannon
124+ Wire.ServerOptions.Spar
124125 Wire.SessionStore
125126 Wire.SessionStore.Cassandra
126127 Wire.StoredUser
@@ -159,20 +160,19 @@ library
159160 , base
160161 , base16-bytestring
161162 , bilge
162- , dns
163163 , bloodhound
164164 , bytestring
165165 , bytestring-conversion
166166 , case-insensitive
167167 , cassandra-util
168- , openapi3
169168 , conduit
170169 , containers
171170 , cql
172171 , crypton
173172 , currency-codes
174173 , data-default
175174 , data-timeout
175+ , dns
176176 , errors
177177 , exceptions
178178 , extended
@@ -193,6 +193,8 @@ library
193193 , mime-mail
194194 , network
195195 , network-conduit-tls
196+ , openapi3
197+ , optparse-applicative
196198 , polysemy
197199 , polysemy-plugin
198200 , polysemy-time
@@ -210,6 +212,7 @@ library
210212 , template
211213 , text
212214 , text-icu-translit
215+ , text-latin1
213216 , time
214217 , time-out
215218 , time-units
@@ -225,6 +228,7 @@ library
225228 , wire-api-federation
226229 , wire-otel
227230 , witherable
231+ , yaml
228232
229233 default-language : GHC2021
230234
@@ -240,7 +244,6 @@ test-suite wire-subsystems-tests
240244 other-modules :
241245 Spec
242246 Wire.AuthenticationSubsystem.InterpreterSpec
243- Wire.ServerOptionsSpec
244247 Wire.MiniBackend
245248 Wire.MockInterpreters
246249 Wire.MockInterpreters.ActivationCodeStore
@@ -265,6 +268,7 @@ test-suite wire-subsystems-tests
265268 Wire.MockInterpreters.VerificationCodeStore
266269 Wire.NotificationSubsystem.InterpreterSpec
267270 Wire.PropertySubsystem.InterpreterSpec
271+ Wire.ServerOptionsSpec
268272 Wire.UserSearch.TypesSpec
269273 Wire.UserStoreSpec
270274 Wire.UserSubsystem.InterpreterSpec
@@ -274,18 +278,17 @@ test-suite wire-subsystems-tests
274278 build-depends :
275279 , aeson
276280 , async
281+ , attoparsec
277282 , base
278283 , bilge
279- , yaml
284+ , bloodhound
280285 , bytestring
281286 , cassandra-util
282287 , containers
283- , bloodhound
284- , dns
285- , attoparsec
286- , email-validate
287288 , crypton
288289 , data-default
290+ , dns
291+ , email-validate
289292 , errors
290293 , extended
291294 , hspec
@@ -315,3 +318,4 @@ test-suite wire-subsystems-tests
315318 , wire-api
316319 , wire-api-federation
317320 , wire-subsystems
321+ , yaml
0 commit comments