From 113176b9ed71085d8918e434ece54851e202adf0 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 28 Aug 2022 11:18:20 -0400 Subject: [PATCH] makefile: drop obsolete "cabal hscolour" invocation. --- makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/makefile b/makefile index 1d1fc17..2212e31 100644 --- a/makefile +++ b/makefile @@ -23,7 +23,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