From 116ef3e19053a66a783febc124b284cbead224ff Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Nov 2021 20:20:42 -0500 Subject: [PATCH] makefile: disable three new spurious GHC warnings. --- makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.2