X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=b5cb21bd93b56fe3c31a3a7c3d8c0ef39d5c488a;hb=refs%2Fheads%2Fmaster;hp=1d1fc17d85473ae2badf128be11f6f85d85f8788;hpb=558625dfe7338a6a5a6c5cd3a9ee2b5421c44a41;p=list-remote-forwards.git diff --git a/makefile b/makefile index 1d1fc17..b5cb21b 100644 --- a/makefile +++ b/makefile @@ -13,17 +13,17 @@ HCFLAGS += -Weverything \ -Wno-prepositive-qualified-module \ -Wno-missing-safe-haskell-mode \ -Wno-missing-deriving-strategies \ + -Wno-missing-kind-signatures \ -rtsopts \ -threaded -.PHONY : dist hlint +.PHONY : doc dist hlint $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs configure --user 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"