Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions services/brig/brig.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ library
Brig.Version
Brig.Whitelist
Brig.ZAuth
Main

other-modules: Paths_brig
hs-source-dirs: src
Expand Down Expand Up @@ -316,7 +315,7 @@ library
default-language: Haskell2010

executable brig
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_brig
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions services/cannon/cannon.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ library
Cannon.Run
Cannon.Types
Cannon.WS
Main

other-modules: Paths_cannon
hs-source-dirs: src
Expand Down Expand Up @@ -122,7 +121,7 @@ library
default-language: Haskell2010

executable cannon
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_cannon
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions services/cargohold/cargohold.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ library
CargoHold.Run
CargoHold.S3
CargoHold.Util
Main

other-modules: Paths_cargohold
hs-source-dirs: src
Expand Down Expand Up @@ -140,7 +139,7 @@ library
default-language: Haskell2010

executable cargohold
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_cargohold
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions services/galley/galley.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ library
Galley.Types.ToUserRole
Galley.Types.UserList
Galley.Validation
Main

other-modules: Paths_galley
hs-source-dirs: src
Expand Down Expand Up @@ -293,7 +292,7 @@ library
default-language: Haskell2010

executable galley
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_galley
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions services/gundeck/gundeck.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ library
Gundeck.Util
Gundeck.Util.DelayQueue
Gundeck.Util.Redis
Main

other-modules: Paths_gundeck
hs-source-dirs: src
Expand Down Expand Up @@ -162,7 +161,7 @@ library
default-language: Haskell2010

executable gundeck
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_gundeck
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions services/proxy/proxy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ flag static

library
exposed-modules:
Main
Proxy.API
Proxy.API.Public
Proxy.Env
Expand Down Expand Up @@ -104,7 +103,7 @@ library
default-language: Haskell2010

executable proxy
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_proxy
default-extensions:
NoImplicitPrelude
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions tools/stern/stern.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ flag static

library
exposed-modules:
Main
Stern.API
Stern.API.Predicates
Stern.API.Routes
Expand Down Expand Up @@ -120,7 +119,7 @@ library
default-language: Haskell2010

executable stern
main-is: src/Main.hs
main-is: exec/Main.hs
other-modules: Paths_stern
default-extensions:
NoImplicitPrelude
Expand Down