]> gitweb.michael.orlitzky.com - hath.git/commitdiff
makefile: disable -Wmissing-kind-signatures warnings
authorMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 02:39:16 +0000 (22:39 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sun, 21 Apr 2024 02:39:16 +0000 (22:39 -0400)
You need a GHC extension to fix them.

makefile

index ac1b798bec2fd98a0d38a6935bfcabc7469702d7..d1e16e43afe47c14c311c185aa8dec9cac1ae371 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