From e2d0e6bd26a4cd2bf0716f33f4c79cfcf2939097 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 21 Aug 2008 17:31:02 +0000 Subject: [PATCH] mk/cabal.mk now turns on -Wall --- mk/cabal.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mk/cabal.mk b/mk/cabal.mk index fbe8953..079f803 100644 --- a/mk/cabal.mk +++ b/mk/cabal.mk @@ -2,9 +2,7 @@ include $(TOP)/mk/cabal-flags.mk include $(TOP)/mk/bindist.mk -# XXX We would like to turn this on, but Cabal generates paths files -# that are not -Wall clean! -# SRC_HC_OPTS += -Wall +SRC_HC_OPTS += -Wall ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32" INSTALL_FLAGS = -- 1.7.10.4