From: Michael Orlitzky Date: Sun, 21 Apr 2024 02:39:16 +0000 (-0400) Subject: makefile: disable -Wmissing-kind-signatures warnings X-Git-Tag: 0.5.8~2 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=bf7513766e4285d403a8db4c44c54422e12916a0 makefile: disable -Wmissing-kind-signatures warnings You need a GHC extension to fix them. --- diff --git a/makefile b/makefile index ac1b798..d1e16e4 100644 --- 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