]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
makefile: disable -Wmissing-kind-signatures
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 00:28:03 +0000 (20:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 00:28:03 +0000 (20:28 -0400)
Because you need to enable more GHC extensions to fix it.

makefile

index e7feb2b8078a6e8dd6152635b40aa33c3ff52184..903abc30fce8950dbc0703a882a48e712aa93060 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,6 +13,7 @@ HCFLAGS += -Weverything \
            -Wno-prepositive-qualified-module \
            -Wno-missing-safe-haskell-mode \
            -Wno-missing-deriving-strategies \
+           -Wno-missing-kind-signatures \
            -rtsopts \
            -threaded