diff options
author | Ian Lynagh <igloo@earth.li> | 2012-04-24 20:09:17 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-04-24 20:09:17 +0100 |
commit | eb2d506b70618466ee6fa90b7120d208a3d95c6a (patch) | |
tree | 949e436cd7fe946df6199ef74c82d9c3977ada84 /utils | |
parent | 8b1fd2609919dfa8b889f13f91e80885177ba737 (diff) | |
download | haskell-eb2d506b70618466ee6fa90b7120d208a3d95c6a.tar.gz |
It isn't guaranteed that Cabal is warning-free
Diffstat (limited to 'utils')
-rw-r--r-- | 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 20d05704d2..3ee2b13fa5 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 \ |