From 83ca6fc96729eb098154502162df38bf500cb900 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 11:25:18 -0400 Subject: [PATCH] makefile: remove obsolete hscolour invocation. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 21fc15c..3f3584c 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,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" -- 2.43.2