Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.4
http://hackage.haskell.org/trac/ghc/changeset/07d78daff97129d634ffdef6a92c7d649c3557cd >--------------------------------------------------------------- commit 07d78daff97129d634ffdef6a92c7d649c3557cd Author: Paolo Capriotti <[email protected]> Date: Fri Apr 27 09:46:06 2012 +0100 Doc: updated list of warnings not enabled by -Wall (#4817) MERGED from commit 18c2a2f71e38fad5e677b8f448f6135e5a691868 >--------------------------------------------------------------- docs/users_guide/using.xml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/using.xml b/docs/users_guide/using.xml index e01de0f..dc8db44 100644 --- a/docs/users_guide/using.xml +++ b/docs/users_guide/using.xml @@ -980,8 +980,10 @@ ghc -c Foo.hs</screen> <option>-fwarn-incomplete-record-updates</option>, <option>-fwarn-monomorphism-restriction</option>, <option>-fwarn-auto-orphans</option>, - <option>-fwarn-implicit-prelude</option>.</para> - </listitem> + <option>-fwarn-implicit-prelude</option>, + <option>-fwarn-missing-local-sigs</option>, + <option>-fwarn-missing-import-lists</option>.</para> + </listitem> </varlistentry> <varlistentry> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
