From: Michael Orlitzky Date: Mon, 29 Nov 2021 01:20:42 +0000 (-0500) Subject: makefile: disable three new spurious GHC warnings. X-Git-Tag: 0.5.3~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=116ef3e19053a66a783febc124b284cbead224ff makefile: disable three new spurious GHC warnings. --- diff --git a/makefile b/makefile index 049fe55..c8842ed 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,9 @@ HCFLAGS += -Weverything \ -Wno-safe \ -Wno-unsafe \ -Wno-all-missed-specialisations \ + -Wno-prepositive-qualified-module \ + -Wno-missing-safe-haskell-mode \ + -Wno-missing-deriving-strategies \ -rtsopts \ -threaded