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
1 change: 1 addition & 0 deletions changelog.d/5-internal/apply-cabal-fmt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Apply changes introduced by cabal-fmt.
2 changes: 1 addition & 1 deletion libs/dns-util/dns-util.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ test-suite spec
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -rtsopts -with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
base >=4.6 && <5.0
, dns
Expand Down
2 changes: 1 addition & 1 deletion libs/extended/extended.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ test-suite extended-tests
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, base
Expand Down
2 changes: 1 addition & 1 deletion libs/hscim/hscim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ test-suite spec
TypeSynonymInstances

ghc-options: -Wall -Werror -threaded -rtsopts -with-rtsopts=-N
build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson >=2
, aeson-qq >=0.8.2 && <0.9
Expand Down
2 changes: 1 addition & 1 deletion libs/metrics-wai/metrics-wai.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ test-suite unit
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
base >=4 && <5
, bytestring >=0.10
Expand Down
2 changes: 1 addition & 1 deletion libs/sodium-crypto-sign/sodium-crypto-sign.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ library
-O2 -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path

pkgconfig-depends: libsodium ==0.4.5 || >0.4.5
pkgconfig-depends: libsodium >=0.4.5
build-depends:
base >=4.6 && <5
, base64-bytestring >=1.0
Expand Down
2 changes: 1 addition & 1 deletion libs/types-common-journal/types-common-journal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ library
-fno-warn-redundant-constraints

ghc-prof-options: -fprof-auto-exported
build-tool-depends: proto-lens-protoc:proto-lens-protoc -any
build-tool-depends: proto-lens-protoc:proto-lens-protoc
build-depends:
base >=4 && <5
, bytestring
Expand Down
2 changes: 1 addition & 1 deletion libs/wire-api-federation/wire-api-federation.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ test-suite spec
-Wpartial-fields -fwarn-tabs -optP-Wno-nonportable-include-path
-threaded -rtsopts -with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson >=2.0.1.0
, aeson-pretty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ library
base
, proto-lens-runtime

build-tool-depends: proto-lens-protoc:proto-lens-protoc -any
build-tool-depends: proto-lens-protoc:proto-lens-protoc
default-language: Haskell2010
autogen-modules:
Proto.Otr
Expand Down
4 changes: 2 additions & 2 deletions services/spar/spar.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ executable spar-integration
-Wno-redundant-constraints -Werror -threaded -rtsopts
-with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, aeson-qq
Expand Down Expand Up @@ -802,7 +802,7 @@ test-suite spec
-Wno-redundant-constraints -Werror -threaded -rtsopts
-with-rtsopts=-N

build-tool-depends: hspec-discover:hspec-discover -any
build-tool-depends: hspec-discover:hspec-discover
build-depends:
aeson
, aeson-qq
Expand Down