X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=76b3c83afe1373cb82d0a7708e8f97383e30a8db;hb=ffbd11deecf29fb7464fde3c3f20ef984f3e5916;hp=21fc15c4e53a6555ebb5f3bea3ce797c05850682;hpb=7edc31a3162bc7f035bbdebea102494df85173b4;p=mailbox-count.git diff --git a/makefile b/makefile index 21fc15c..76b3c83 100644 --- a/makefile +++ b/makefile @@ -10,6 +10,7 @@ HCFLAGS += -Weverything \ -Wno-prepositive-qualified-module \ -Wno-missing-safe-haskell-mode \ -Wno-missing-deriving-strategies \ + -Wno-missing-kind-signatures \ -rtsopts \ -threaded @@ -21,7 +22,6 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"