Skip to content

Commit ba2c61e

Browse files
committed
ignore some modern ghc warnings
1 parent b4296b0 commit ba2c61e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pub/functora/functora.cabal

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ common pkg
3737
ghc-options: -Wno-missing-kind-signatures
3838
default-extensions: StandaloneKindSignatures
3939

40+
if impl(ghc >=9.2.8)
41+
ghc-options: -Wno-operator-whitespace
42+
43+
if impl(ghc >=9.8.2)
44+
ghc-options: -Wno-missing-poly-kind-signatures -Wno-missing-role-annotations
45+
4046
default-extensions:
4147
AllowAmbiguousTypes
4248
ConstraintKinds

0 commit comments

Comments
 (0)