X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=blobdiff_plain;f=makefile;h=420039b64e75f02396647aa8f5d0846f5077d4df;hp=21fc15c4e53a6555ebb5f3bea3ce797c05850682;hb=HEAD;hpb=7edc31a3162bc7f035bbdebea102494df85173b4 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"