[commit: ghc] wip/nfs-locking: Add -fno-warn-name-shadowing to cabal file. (91622d3)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:06:57 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/91622d38572cd63c4c94e11f81cff321f01a83d3/ghc
>---------------------------------------------------------------
commit 91622d38572cd63c4c94e11f81cff321f01a83d3
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Mon Jan 11 00:49:50 2016 +0000
Add -fno-warn-name-shadowing to cabal file.
See #143. [skip ci]
>---------------------------------------------------------------
91622d38572cd63c4c94e11f81cff321f01a83d3
shaking-up-ghc.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shaking-up-ghc.cabal b/shaking-up-ghc.cabal
index 1f7cfc1..a7b3352 100644
--- a/shaking-up-ghc.cabal
+++ b/shaking-up-ghc.cabal
@@ -122,4 +122,4 @@ executable ghc-shake
, transformers >= 0.4
, unordered-containers >= 0.2
default-language: Haskell2010
- ghc-options: -Wall -rtsopts -with-rtsopts=-I0 -j
+ ghc-options: -Wall -fno-warn-name-shadowing -rtsopts -with-rtsopts=-I0 -j
More information about the ghc-commits
mailing list