[commit: ghc] master: Doc: updated list of warnings not enabled by -Wall (#4817) (18c2a2f)
Paolo Capriotti
p.capriotti at gmail.com
Fri Apr 27 10:50:33 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/18c2a2f71e38fad5e677b8f448f6135e5a691868
>---------------------------------------------------------------
commit 18c2a2f71e38fad5e677b8f448f6135e5a691868
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date: Fri Apr 27 09:46:06 2012 +0100
Doc: updated list of warnings not enabled by -Wall (#4817)
>---------------------------------------------------------------
docs/users_guide/using.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml
index 5f0b146..8d06958 100644
--- a/docs/users_guide/using.xml
+++ b/docs/users_guide/using.xml
@@ -989,7 +989,9 @@ test.hs:(5,4)-(6,7):
<option>-fwarn-incomplete-record-updates</option>,
<option>-fwarn-monomorphism-restriction</option>,
<option>-fwarn-auto-orphans</option>,
- <option>-fwarn-implicit-prelude</option>.</para>
+ <option>-fwarn-implicit-prelude</option>,
+ <option>-fwarn-missing-local-sigs</option>,
+ <option>-fwarn-missing-import-lists</option>.</para>
</listitem>
</varlistentry>
More information about the Cvs-ghc
mailing list