]> gitweb.michael.orlitzky.com - email-validator.git/commitdiff
makefile: remove deprecated "hscolour" pass over docs.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:33:44 +0000 (16:33 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Mar 2019 21:33:44 +0000 (16:33 -0500)
makefile

index ddc01dd693dadf3d547c0dfa3757436f91af12de..efe18fd6627560dd648e80b346090507036197ac 100644 (file)
--- a/makefile
+++ b/makefile
@@ -11,7 +11,6 @@ $(BIN): $(PN).cabal src/*.hs
 
 doc: src/*.hs
        runghc Setup.hs configure --user
-       runghc Setup.hs hscolour --all
        runghc Setup.hs haddock --all \
                                --hyperlink-source \
                                 --haddock-options="--ignore-all-exports"