From: Michael Orlitzky Date: Tue, 14 Jan 2014 10:50:55 +0000 (-0500) Subject: Ignore export lists for docs. X-Git-Tag: 0.0.1~58 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=ea83c59276daa4b9db5a50de0aaa564130a93d40 Ignore export lists for docs. --- diff --git a/makefile b/makefile index e15a4e4..a2327dd 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,8 @@ doc: $(PN).cabal $(SRCS) runghc Setup.hs configure --user --prefix=/ runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ - --hyperlink-source + --hyperlink-source \ + --haddock-options="--ignore-all-exports" # # Testing.