From: Michael Orlitzky Date: Sat, 2 Mar 2019 23:35:09 +0000 (-0500) Subject: makefile: remove "hscolour" pass over the docs. X-Git-Tag: 0.5.1~1 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=haeredes.git;a=commitdiff_plain;h=1dfc167b3425c77dcc882f83edc810babc544368 makefile: remove "hscolour" pass over the docs. Cabal tells me that "cabal hscolour" is deprecated in favor of "cabal haddock --hyperlink-source", which we already do. Things look okay after simply deleting the hscolour pass, so whatever. --- diff --git a/makefile b/makefile index b64a42d..a30d917 100644 --- a/makefile +++ b/makefile @@ -9,7 +9,6 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"