We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4296b0 commit ba2c61eCopy full SHA for ba2c61e
pub/functora/functora.cabal
@@ -37,6 +37,12 @@ common pkg
37
ghc-options: -Wno-missing-kind-signatures
38
default-extensions: StandaloneKindSignatures
39
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
46
default-extensions:
47
AllowAmbiguousTypes
48
ConstraintKinds
0 commit comments