[commit: ghc] master: Add -fwarn-overloaded-literals to release notes. (8c20f5d)
git at git.haskell.org
git at git.haskell.org
Fri Aug 30 02:19:51 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8c20f5d38c8994b633d6977e3001cbfd6715a59f/ghc
>---------------------------------------------------------------
commit 8c20f5d38c8994b633d6977e3001cbfd6715a59f
Author: Austin Seipp <aseipp at pobox.com>
Date: Thu Aug 29 17:37:56 2013 -0500
Add -fwarn-overloaded-literals to release notes.
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
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>
More information about the ghc-commits
mailing list