]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
makefile: disable -Wmissing-kind-signatures
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Apr 2024 22:50:24 +0000 (18:50 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 25 Apr 2024 22:51:06 +0000 (18:51 -0400)
This needs a GHC extension to fix it.

makefile

index 12779b2d5b595087246cfcd8d425333d5a879d6d..9fdfc33ef76b81490f9851f87112e72349278571 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,6 +17,7 @@ HCFLAGS += -Weverything \
            -Wno-prepositive-qualified-module \
            -Wno-missing-safe-haskell-mode \
            -Wno-missing-deriving-strategies \
+           -Wno-missing-kind-signatures \
            -rtsopts \
            -threaded