File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ source-repository head
3434
3535library
3636 default-language : Haskell2010
37- ghc-options : -Wall -Wcompat -Wnoncanonical-monad-instances
37+ ghc-options :
38+ -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
39+ -Wcompat -Wnoncanonical-monad-instances
40+
3841 hs-source-dirs : src
3942 exposed-modules :
4043 Cabal.Config
@@ -87,8 +90,8 @@ test-suite cabal-parsers-index
8790 -- inherited constraints
8891 build-depends :
8992 , base
90- , bytestring
9193 , base16-bytestring
94+ , bytestring
9295 , Cabal
9396 , cabal-install-parsers
9497 , containers
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ flag ShellCheck
6060library haskell-ci-internal
6161 default-language : Haskell2010
6262 hs-source-dirs : src
63- ghc-options : -Wall -Wcompat -Wnoncanonical-monad-instances
63+ ghc-options :
64+ -Wall -Wincomplete-uni-patterns -Wincomplete-record-updates
65+ -Wcompat -Wnoncanonical-monad-instances
6466
6567 if impl(ghc < 8.8 )
6668 ghc-options : -Wnoncanonical-monadfail-instances
You can’t perform that action at this time.
0 commit comments