mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ci: Disable x-partial warnings in the testsuite
Related: https://github.com/xmonad/xmonad/pull/477
This commit is contained in:
parent
487b6d1677
commit
532d64a0f9
@ -491,3 +491,6 @@ test-suite tests
|
|||||||
-- don't treat unused-imports warning as errors, they may be necessary
|
-- don't treat unused-imports warning as errors, they may be necessary
|
||||||
-- for compatibility with older versions of base (or other deps)
|
-- for compatibility with older versions of base (or other deps)
|
||||||
ghc-options: -Wwarn=unused-imports
|
ghc-options: -Wwarn=unused-imports
|
||||||
|
|
||||||
|
if impl(ghc > 9.8)
|
||||||
|
ghc-options: -Wno-x-partial
|
||||||
|
Loading…
x
Reference in New Issue
Block a user