Skip to content

Commit

Permalink
remove unguarded warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos authored and Mikolaj committed Feb 10, 2024
1 parent fb73790 commit a2dba78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Flag lukko
manual: True

common warnings
ghc-options: -Wall -Wcompat -Wnoncanonical-monad-instances -Wincomplete-uni-patterns -Wincomplete-record-updates -Wunused-packages
ghc-options: -Wall -Wcompat -Wnoncanonical-monad-instances -Wincomplete-uni-patterns -Wincomplete-record-updates

if impl(ghc < 8.8)
ghc-options: -Wnoncanonical-monadfail-instances
Expand Down

0 comments on commit a2dba78

Please sign in to comment.