ci: Disable x-partial warnings in the testsuite

Related: https://github.com/xmonad/xmonad/pull/477
This commit is contained in:
Tomas Janousek 2023-10-24 17:13:51 +01:00
parent 487b6d1677
commit 532d64a0f9

View File

@ -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