aboutsummaryrefslogtreecommitdiffhomepage
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Setup.hs b/Setup.hs
index 7b0e237..f09d443 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -7,8 +7,7 @@ main = do
7 haddockHoogle = Flag True, 7 haddockHoogle = Flag True,
8 haddockHtml = Flag True, 8 haddockHtml = Flag True,
9 haddockProgramArgs = [("-q",["aliased"])], -- does not seam to do anything 9 haddockProgramArgs = [("-q",["aliased"])], -- does not seam to do anything
10 haddockExecutables = Flag True, 10 haddockExecutables = Flag True
11 haddockHscolour = Flag True
12 } 11 }
13 } 12 }
14 13