From: Michael Orlitzky Date: Fri, 8 Mar 2019 21:33:44 +0000 (-0500) Subject: makefile: remove deprecated "hscolour" pass over docs. X-Git-Tag: 1.0.0~8 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=email-validator.git;a=commitdiff_plain;h=92a3d689c4f346b379e19422d6f7d07cc48f5428 makefile: remove deprecated "hscolour" pass over docs. --- diff --git a/makefile b/makefile index ddc01dd..efe18fd 100644 --- 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"