aboutsummaryrefslogtreecommitdiff
path: root/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-05 17:01:48 +0000
committerIan Lynagh <igloo@earth.li>2009-07-05 17:01:48 +0000
commit8c73c6d1a729d353bd78f1751328212ad7f8e585 (patch)
tree32105954e55739f993436294b48affddfed1554a /ghc.mk
parent9ed2e97db590487df946d1006ae7ffc9d813e351 (diff)
Remove the -Wwarn hack in the GHC build system
Diffstat (limited to 'ghc.mk')
-rw-r--r--ghc.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc.mk b/ghc.mk
index 71ea3429..e3e2447d 100644
--- a/ghc.mk
+++ b/ghc.mk
@@ -2,8 +2,7 @@
utils/haddock_USES_CABAL = YES
utils/haddock_PACKAGE = haddock
utils/haddock_CONFIGURE_OPTS = --flag in-ghc-tree
-# XXX This is a temporary hack:
-utils/haddock_HC_OPTS += -Wwarn -DNEW_GHC_LAYOUT
+utils/haddock_HC_OPTS += -DNEW_GHC_LAYOUT
utils/haddock_dist_SHELL_WRAPPER = YES
utils/haddock_dist_INSTALL_SHELL_WRAPPER = YES
utils/haddock_dist_PROG = haddock$(exeext)