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 a239a00977
commit 35fa7bf4a2

View File

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