Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/8c20f5d38c8994b633d6977e3001cbfd6715a59f/ghc
>--------------------------------------------------------------- commit 8c20f5d38c8994b633d6977e3001cbfd6715a59f Author: Austin Seipp <[email protected]> Date: Thu Aug 29 17:37:56 2013 -0500 Add -fwarn-overloaded-literals to release notes. Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 8c20f5d38c8994b633d6977e3001cbfd6715a59f docs/users_guide/7.8.1-notes.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml index 667cc3d..56c4f74 100644 --- a/docs/users_guide/7.8.1-notes.xml +++ b/docs/users_guide/7.8.1-notes.xml @@ -214,6 +214,14 @@ </listitem> <listitem> <para> + GHC now supports warning about overflow of integer + literals, enabled by + <literal>-fwarn-overflowed-literals</literal>. It + is enabled by default + </para> + </listitem> + <listitem> + <para> It's now possible to switch the system linker on Linux (between GNU gold and GNU ld) at runtime without problem. </para> _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
