Skip to content

Commit

Permalink
koneko.cabal: ghc >= 9.8 needs -Wwarn=unused-imports -Wwarn=x-partial
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Aug 29, 2024
1 parent dc70f83 commit fe249b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions koneko.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ common deps
-- Base language which the package is written in.
default-language: Haskell2010

ghc-options: -Wall -fwarn-incomplete-uni-patterns
-Werror
ghc-options: -Wall -fwarn-incomplete-uni-patterns -Werror
if impl(ghc >= 9.8)
ghc-options: -Wwarn=unused-imports -Wwarn=x-partial


library
Expand Down

0 comments on commit fe249b5

Please sign in to comment.