diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-21 17:31:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-21 17:31:02 +0000 |
commit | e2d0e6bd26a4cd2bf0716f33f4c79cfcf2939097 (patch) | |
tree | e3f53e2b4a30184f8dbe8154efd552ecb29c5d5e /mk | |
parent | 54b748e03297e970bbef9d00a96139798009af0d (diff) | |
download | haskell-e2d0e6bd26a4cd2bf0716f33f4c79cfcf2939097.tar.gz |
mk/cabal.mk now turns on -Wall
Diffstat (limited to 'mk')
-rw-r--r-- | mk/cabal.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/cabal.mk b/mk/cabal.mk index fbe8953a8d..079f8033ca 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 = |