From: Michael Orlitzky Date: Wed, 24 Aug 2022 01:01:44 +0000 (-0400) Subject: makefile: ignore some new warnings. X-Git-Tag: 0.0.6~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=7edc31a3162bc7f035bbdebea102494df85173b4 makefile: ignore some new warnings. --- diff --git a/makefile b/makefile index 420039b..21fc15c 100644 --- a/makefile +++ b/makefile @@ -7,6 +7,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