[commit: ghc] master: Document -fwarn-dodgy-imports changes in release notes. Trac #7167. (3b02251)

Austin Seipp mad.one at gmail.com
Fri Jun 21 01:26:38 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

https://github.com/ghc/ghc/commit/3b0225189402b3ecd66c9c9a9fa88aebfe914b8d

>---------------------------------------------------------------

commit 3b0225189402b3ecd66c9c9a9fa88aebfe914b8d
Author: Austin Seipp <aseipp at pobox.com>
Date:   Thu Jun 20 18:22:48 2013 -0500

    Document -fwarn-dodgy-imports changes in release notes. Trac #7167.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>

>---------------------------------------------------------------

 docs/users_guide/7.8.1-notes.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 33e358e..335bb87 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>
 





More information about the ghc-commits mailing list