From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:18:20 +0000 (-0400) Subject: makefile: drop obsolete "cabal hscolour" invocation. X-Git-Tag: 0.0.2~3 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=list-remote-forwards.git;a=commitdiff_plain;h=113176b9ed71085d8918e434ece54851e202adf0 makefile: drop obsolete "cabal hscolour" invocation. --- 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"