]> gitweb.michael.orlitzky.com - haeredes.git/commitdiff
makefile: remove "hscolour" pass over the docs.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 23:35:09 +0000 (18:35 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Mar 2019 23:35:09 +0000 (18:35 -0500)
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.

makefile

index b64a42da1eb2e36f129ec1edfe628c52a2faa3ea..a30d9178e9ca66a006224756095fd9a8f1ea4922 100644 (file)
--- 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"