]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
makefile: disable -Wmissing-kind-signatures
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Apr 2024 23:31:50 +0000 (19:31 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 24 Apr 2024 23:31:50 +0000 (19:31 -0400)
You need a GHC extension to fix this.

makefile

index e77b22752ece367de4cd88c66533e3d7c234be22..5052789b5c401884f51d5e0dd4c69a039eed869e 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