diff options
author | simonpj@microsoft.com <unknown> | 2010-11-15 23:21:42 +0000 |
---|---|---|
committer | simonpj@microsoft.com <unknown> | 2010-11-15 23:21:42 +0000 |
commit | 2d367f855c3556166d24cf538d5c34d0ff596a2f (patch) | |
tree | 2a1e9453949f04b77a5d56d7aa13910df4c568bf /docs | |
parent | bf6dd8335a357438a3cf60c8f3c4dbbf880ccb3f (diff) | |
download | haskell-2d367f855c3556166d24cf538d5c34d0ff596a2f.tar.gz |
Fix -fwarn-missing-import-lists (fix Trac #4489)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index b80ada7e14..8482a7c717 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -1143,7 +1143,8 @@ <row> <entry><option>-fwarn-missing-import-lists</option></entry> - <entry>warn when explicit imports lack an import list</entry> + <entry>warn when an import declaration does not explicitly + list all the names brought into scope</entry> <entry>dynamic</entry> <entry><option>-fnowarn-missing-import-lists</option></entry> </row> |