From: Michael Orlitzky Date: Mon, 4 Mar 2019 03:10:40 +0000 (-0500) Subject: makefile: remove "hscolour" from the docs build. X-Git-Tag: 0.5.1~4 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=17ac93250071d5c316f92c0a9b46d25b138827a8 makefile: remove "hscolour" from the docs build. Apparently this is not needed any longer, and I'm getting warned that it's deprecated. --- diff --git a/makefile b/makefile index 7358589..3091caa 100644 --- a/makefile +++ b/makefile @@ -11,8 +11,7 @@ $(BIN): $(PN).cabal $(SRCS) doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all - runghc Setup.hs haddock --all\ + runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"