mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30: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
a239a00977
commit
35fa7bf4a2
@ -129,5 +129,8 @@ test-suite properties
|
|||||||
, xmonad
|
, xmonad
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
|
if impl(ghc > 9.8)
|
||||||
|
ghc-options: -Wno-x-partial
|
||||||
|
|
||||||
if flag(pedantic)
|
if flag(pedantic)
|
||||||
ghc-options: -Werror
|
ghc-options: -Werror
|
||||||
|
Loading…
x
Reference in New Issue
Block a user