From: Michael Orlitzky Date: Sun, 28 Aug 2022 15:25:18 +0000 (-0400) Subject: makefile: remove obsolete hscolour invocation. X-Git-Tag: 0.0.6~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailbox-count.git;a=commitdiff_plain;h=83ca6fc96729eb098154502162df38bf500cb900 makefile: remove obsolete hscolour invocation. --- 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"