summaryrefslogtreecommitdiff
path: root/ghc/driver/ghc.lprl
diff options
context:
space:
mode:
authorsimonmar <unknown>2000-05-22 13:31:33 +0000
committersimonmar <unknown>2000-05-22 13:31:33 +0000
commitd014467a9b416202c449371feb2f8cd5413835d0 (patch)
tree55ee3ec8e1d5cae4e009ece96e5765855c9669e6 /ghc/driver/ghc.lprl
parent795aef7bdb68161d74cae0879369775c36fb692e (diff)
downloadhaskell-d014467a9b416202c449371feb2f8cd5413835d0.tar.gz
[project @ 2000-05-22 13:31:33 by simonmar]
Add -fwarn-hi-shadowing to the default set of warnings.
Diffstat (limited to 'ghc/driver/ghc.lprl')
-rw-r--r--ghc/driver/ghc.lprl2
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/driver/ghc.lprl b/ghc/driver/ghc.lprl
index 40e97074f1..5b3c7512ee 100644
--- a/ghc/driver/ghc.lprl
+++ b/ghc/driver/ghc.lprl
@@ -284,6 +284,7 @@ warnings that you get all the time are
-fwarn-missing-fields
-fwarn-deprecations
-fwarn-duplicate-exports
+ -fwarn-hi-shadowing
these are turned off by -Wnot.
@@ -292,6 +293,7 @@ these are turned off by -Wnot.
'-fwarn-missing-methods',
'-fwarn-missing-fields',
'-fwarn-deprecations',
+ '-fwarn-hi-shadowing',
'-fwarn-duplicate-exports');
@MinusWOpts = (@StandardWarnings,
'-fwarn-unused-binds',