From ea83c59276daa4b9db5a50de0aaa564130a93d40 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 14 Jan 2014 05:50:55 -0500 Subject: [PATCH] Ignore export lists for docs. --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.43.2