Skip to content

Commit

Permalink
ci: Disable x-partial warnings in the testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Oct 28, 2023
1 parent 487b6d1 commit 532d64a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xmonad-contrib.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -491,3 +491,6 @@ test-suite tests
-- don't treat unused-imports warning as errors, they may be necessary
-- for compatibility with older versions of base (or other deps)
ghc-options: -Wwarn=unused-imports

if impl(ghc > 9.8)
ghc-options: -Wno-x-partial

0 comments on commit 532d64a

Please sign in to comment.