[commit: ghc] master: It isn't guaranteed that Cabal is warning-free (eb2d506)

Ian Lynagh igloo at earth.li
Fri Apr 27 16:22:46 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/eb2d506b70618466ee6fa90b7120d208a3d95c6a

>---------------------------------------------------------------

commit eb2d506b70618466ee6fa90b7120d208a3d95c6a
Author: Ian Lynagh <igloo at earth.li>
Date:   Tue Apr 24 20:09:17 2012 +0100

    It isn't guaranteed that Cabal is warning-free

>---------------------------------------------------------------

 utils/ghc-cabal/ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/ghc-cabal/ghc.mk b/utils/ghc-cabal/ghc.mk
index 20d0570..3ee2b13 100644
--- a/utils/ghc-cabal/ghc.mk
+++ b/utils/ghc-cabal/ghc.mk
@@ -28,7 +28,7 @@ $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(wildcard libraries/Cabal/C
 $(GHC_CABAL_DIR)/dist/build/tmp/ghc-cabal$(exeext): $(GHC_CABAL_DIR)/Main.hs $(TOUCH_DEP) | $$(dir $$@)/. bootstrapping/.
 	"$(GHC)" $(SRC_HC_OPTS) --make $(GHC_CABAL_DIR)/Main.hs -o $@ \
 	       -no-user-package-conf \
-	       -Wall $(WERROR) \
+	       -Wall \
 	       -DCABAL_VERSION=$(CABAL_VERSION) \
 	       -odir  bootstrapping \
 	       -hidir bootstrapping \





More information about the Cvs-ghc mailing list