X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=makefile;h=efe18fd6627560dd648e80b346090507036197ac;hp=41b916c8eeba2c7c5ff2c35f00410cd6e9bacc71;hb=HEAD;hpb=bd17e086bf868facb54e6f957643fa2d61defc11 diff --git a/makefile b/makefile index 41b916c..5052789 100644 --- a/makefile +++ b/makefile @@ -13,10 +13,11 @@ HCFLAGS += -Weverything \ -Wno-prepositive-qualified-module \ -Wno-missing-safe-haskell-mode \ -Wno-missing-deriving-strategies \ + -Wno-missing-kind-signatures \ -rtsopts \ -threaded -.PHONY : test dist hlint +.PHONY : doc test dist hlint $(BIN): $(PN).cabal src/*.hs runghc Setup.hs clean