From 17ac93250071d5c316f92c0a9b46d25b138827a8 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 3 Mar 2019 22:10:40 -0500 Subject: [PATCH] makefile: remove "hscolour" from the docs build. Apparently this is not needed any longer, and I'm getting warned that it's deprecated. --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" -- 2.43.2