Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/18c2a2f71e38fad5e677b8f448f6135e5a691868 >--------------------------------------------------------------- commit 18c2a2f71e38fad5e677b8f448f6135e5a691868 Author: Paolo Capriotti <[email protected]> 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> _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
