diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-06-20 18:22:48 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-06-20 18:26:11 -0500 |
commit | 3b0225189402b3ecd66c9c9a9fa88aebfe914b8d (patch) | |
tree | 3d70edcb18ad75cd7d2eeed13f76dd6fd6bf3bf9 /docs/users_guide | |
parent | 1a98329a616ab78ce5f4b132f2c9d70b6df3f360 (diff) | |
download | haskell-3b0225189402b3ecd66c9c9a9fa88aebfe914b8d.tar.gz |
Document -fwarn-dodgy-imports changes in release notes. Trac #7167.
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'docs/users_guide')
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 33e358e3f9..335bb8789e 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -145,6 +145,13 @@ (between GNU gold and GNU ld) at runtime without problem. </para> </listitem> + <listitem> + <para> + The <literal>-fwarn-dodgy-imports</literal> flag now warns + in the case an <literal>import</literal> statement hides an + entity which is not exported. + </para> + </listitem> </itemizedlist> </sect3> |