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
2 changes: 1 addition & 1 deletion libs/api-bot/api-bot.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
aeson >=2.0.1.0
Expand Down
3 changes: 1 addition & 2 deletions libs/api-client/api-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
aeson >=2.0.1.0
Expand All @@ -97,7 +97,6 @@ library
, transformers >=0.3
, types-common >=0.16
, unliftio
, unordered-containers >=0.2
, uuid >=1.3
, websockets >=0.9
, wire-api >=0.1
Expand Down
2 changes: 0 additions & 2 deletions libs/api-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
, transformers
, types-common
, unliftio
, unordered-containers
, uuid
, websockets
, wire-api
Expand Down Expand Up @@ -59,7 +58,6 @@ mkDerivation {
transformers
types-common
unliftio
unordered-containers
uuid
websockets
wire-api
Expand Down
3 changes: 1 addition & 2 deletions libs/bilge/bilge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
aeson >=2.0.1.0
Expand All @@ -94,7 +94,6 @@ library
, tinylog >=0.9
, transformers-base >=0.4
, types-common >=0.7
, unliftio
, uri-bytestring
, wai
, wai-extra
Expand Down
2 changes: 0 additions & 2 deletions libs/bilge/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
, tinylog
, transformers-base
, types-common
, unliftio
, uri-bytestring
, wai
, wai-extra
Expand Down Expand Up @@ -51,7 +50,6 @@ mkDerivation {
tinylog
transformers-base
types-common
unliftio
uri-bytestring
wai
wai-extra
Expand Down
15 changes: 2 additions & 13 deletions libs/brig-types/brig-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-funbox-strict-fields -Wredundant-constraints
-funbox-strict-fields -Wredundant-constraints -Wunused-packages

build-depends:
aeson >=2.0.1.0
Expand All @@ -82,19 +82,15 @@ library
, bytestring-conversion >=0.2
, cassandra-util
, containers >=0.5
, deriving-swagger2 >=0.1.0
, imports
, QuickCheck >=2.9
, schema-profunctor
, servant-server >=0.18.2
, servant-swagger >=1.1.10
, string-conversions
, swagger2 >=2.5
, text >=0.11
, time >=1.1
, tinylog
, types-common >=0.16
, unordered-containers >=0.2
, wire-api

default-language: Haskell2010
Expand Down Expand Up @@ -156,26 +152,19 @@ test-suite brig-types-tests
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -with-rtsopts=-N -Wredundant-constraints
-Wunused-packages

build-depends:
aeson >=2.0.1.0
, attoparsec >=0.10
, base >=4 && <5
, brig-types
, bytestring
, bytestring-conversion >=0.3.1
, containers >=0.5
, imports
, QuickCheck >=2.9
, swagger2 >=2.5
, tasty
, tasty-hunit
, tasty-quickcheck
, text >=0.11
, time >=1.1
, tinylog
, types-common >=0.16
, unordered-containers >=0.2
, wire-api

default-language: Haskell2010
16 changes: 0 additions & 16 deletions libs/brig-types/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@
, bytestring-conversion
, cassandra-util
, containers
, deriving-swagger2
, gitignoreSource
, imports
, lib
, QuickCheck
, schema-profunctor
, servant-server
, servant-swagger
, string-conversions
, swagger2
, tasty
Expand All @@ -27,7 +24,6 @@
, time
, tinylog
, types-common
, unordered-containers
, wire-api
}:
mkDerivation {
Expand All @@ -42,39 +38,27 @@ mkDerivation {
bytestring-conversion
cassandra-util
containers
deriving-swagger2
imports
QuickCheck
schema-profunctor
servant-server
servant-swagger
string-conversions
swagger2
text
time
tinylog
types-common
unordered-containers
wire-api
];
testHaskellDepends = [
aeson
attoparsec
base
bytestring
bytestring-conversion
containers
imports
QuickCheck
swagger2
tasty
tasty-hunit
tasty-quickcheck
text
time
tinylog
types-common
unordered-containers
wire-api
];
description = "User Service";
Expand Down
2 changes: 1 addition & 1 deletion libs/cargohold-types/cargohold-types.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
base >=4 && <5
Expand Down
3 changes: 1 addition & 2 deletions libs/cassandra-util/cassandra-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,12 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
aeson >=2.0.1.0
, base >=4.6 && <5.0
, conduit
, containers
, cql >=3.0.0
, cql-io >=0.14
, cql-io-tinylog
Expand Down
2 changes: 0 additions & 2 deletions libs/cassandra-util/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
, aeson
, base
, conduit
, containers
, cql
, cql-io
, cql-io-tinylog
Expand All @@ -33,7 +32,6 @@ mkDerivation {
aeson
base
conduit
containers
cql
cql-io
cql-io-tinylog
Expand Down
2 changes: 1 addition & 1 deletion libs/deriving-swagger2/deriving-swagger2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
base >=4 && <5
Expand Down
10 changes: 1 addition & 9 deletions libs/dns-util/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,7 @@ mkDerivation {
polysemy
random
];
testHaskellDepends = [
base
dns
hspec
imports
iproute
polysemy
random
];
testHaskellDepends = [ base dns hspec imports ];
testToolDepends = [ hspec-discover ];
description = "Library to deal with DNS SRV records";
license = lib.licenses.agpl3Only;
Expand Down
6 changes: 2 additions & 4 deletions libs/dns-util/dns-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
base >=4.6 && <5.0
Expand Down Expand Up @@ -130,6 +130,7 @@ test-suite spec
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -rtsopts -with-rtsopts=-N -Wredundant-constraints
-Wunused-packages

build-tool-depends: hspec-discover:hspec-discover
build-depends:
Expand All @@ -138,8 +139,5 @@ test-suite spec
, dns-util
, hspec
, imports
, iproute
, polysemy
, random

default-language: Haskell2010
14 changes: 0 additions & 14 deletions libs/extended/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,10 @@ mkDerivation {
testHaskellDepends = [
aeson
base
bytestring
cassandra-util
containers
errors
exceptions
extra
hspec
http-types
imports
metrics-wai
optparse-applicative
servant
servant-server
servant-swagger
string-conversions
temporary
tinylog
wai
];
testToolDepends = [ hspec-discover ];
description = "Extended versions of common modules";
Expand Down
17 changes: 2 additions & 15 deletions libs/extended/extended.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library
ghc-options:
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-Wredundant-constraints
-Wredundant-constraints -Wunused-packages

build-depends:
aeson
Expand Down Expand Up @@ -149,29 +149,16 @@ test-suite extended-tests
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -with-rtsopts=-N -Wredundant-constraints
-Wunused-packages

build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, base
, bytestring
, cassandra-util
, containers
, errors
, exceptions
, extended
, extra
, hspec
, http-types
, imports
, metrics-wai
, optparse-applicative
, servant
, servant-server
, servant-swagger
, string-conversions
, temporary
, tinylog
, wai

default-language: Haskell2010
Loading