Skip to content

Commit

Permalink
[chore] format
Browse files Browse the repository at this point in the history
  • Loading branch information
MangoIV committed Aug 21, 2024
1 parent 14cd3ae commit 167d679
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
4 changes: 2 additions & 2 deletions libs/cassandra-util/cassandra-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ build-type: Simple
library
exposed-modules:
Cassandra
Cassandra.QQ
Cassandra.CQL
Cassandra.Exec
Cassandra.Helpers
Cassandra.MigrateSchema
Cassandra.Options
Cassandra.QQ
Cassandra.Schema
Cassandra.Settings
Cassandra.Util
Expand Down Expand Up @@ -85,10 +85,10 @@ library
, imports
, lens >=4.4
, lens-aeson >=1.0
, template-haskell
, optparse-applicative >=0.10
, retry
, split >=0.2
, template-haskell
, text >=0.11
, time >=1.4
, tinylog >=0.7
Expand Down
2 changes: 2 additions & 0 deletions libs/wire-subsystems/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
, exceptions
, extended
, extra
, generics-sop
, gitignoreSource
, gundeck-types
, HaskellNet
Expand Down Expand Up @@ -161,6 +162,7 @@ mkDerivation {
data-default
errors
extended
generics-sop
gundeck-types
hspec
imports
Expand Down
12 changes: 6 additions & 6 deletions libs/wire-subsystems/wire-subsystems.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ library

-- cabal-fmt: expand src
exposed-modules:
Wire.ActivationCodeStore
Wire.ActivationCodeStore.Cassandra
Wire.AuthenticationSubsystem
Wire.AuthenticationSubsystem.Error
Wire.AuthenticationSubsystem.Interpreter
Expand All @@ -92,15 +94,13 @@ library
Wire.GundeckAPIAccess
Wire.HashPassword
Wire.InternalEvent
Wire.InvitationCodeStore
Wire.InvitationCodeStore.Cassandra
Wire.NotificationSubsystem
Wire.NotificationSubsystem.Interpreter
Wire.ParseException
Wire.PasswordResetCodeStore
Wire.PasswordResetCodeStore.Cassandra
Wire.InvitationCodeStore
Wire.InvitationCodeStore.Cassandra
Wire.ActivationCodeStore
Wire.ActivationCodeStore.Cassandra
Wire.PasswordStore
Wire.PasswordStore.Cassandra
Wire.PropertyStore
Expand Down Expand Up @@ -192,8 +192,8 @@ library
, uuid
, wai-utilities
, wire-api
, witherable
, wire-api-federation
, witherable

default-language: GHC2021

Expand All @@ -211,14 +211,14 @@ test-suite wire-subsystems-tests
Wire.AuthenticationSubsystem.InterpreterSpec
Wire.MiniBackend
Wire.MockInterpreters
Wire.MockInterpreters.InvitationCodeStore
Wire.MockInterpreters.ActivationCodeStore
Wire.MockInterpreters.BlockListStore
Wire.MockInterpreters.EmailSubsystem
Wire.MockInterpreters.Error
Wire.MockInterpreters.Events
Wire.MockInterpreters.GalleyAPIAccess
Wire.MockInterpreters.HashPassword
Wire.MockInterpreters.InvitationCodeStore
Wire.MockInterpreters.Now
Wire.MockInterpreters.PasswordResetCodeStore
Wire.MockInterpreters.PasswordStore
Expand Down
1 change: 0 additions & 1 deletion tools/stern/stern.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ test-suite stern-tests

executable stern-integration
main-is: Main.hs

other-modules:
API
TestSetup
Expand Down

0 comments on commit 167d679

Please sign in to comment.