[commit: ghc] ghc-7.6: Add reference to defer-type-errors in the release notes. (c70ca5b)
Paolo Capriotti
p.capriotti at gmail.com
Wed Aug 15 19:24:47 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/c70ca5b550c9d7c13ae32d245cd40f721cbf8e43
>---------------------------------------------------------------
commit c70ca5b550c9d7c13ae32d245cd40f721cbf8e43
Author: Paolo Capriotti <p.capriotti at gmail.com>
Date: Wed Aug 15 17:08:39 2012 +0100
Add reference to defer-type-errors in the release notes.
>---------------------------------------------------------------
docs/users_guide/7.6.1-notes.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/docs/users_guide/7.6.1-notes.xml b/docs/users_guide/7.6.1-notes.xml
index 0df4be6..9e9eaad 100644
--- a/docs/users_guide/7.6.1-notes.xml
+++ b/docs/users_guide/7.6.1-notes.xml
@@ -32,7 +32,8 @@
<listitem>
<para>
It is now possible to defer type errors until runtime using the
- <literal>-fdefer-type-errors</literal> flag.
+ <literal>-fdefer-type-errors</literal> flag: <xref
+ linkend="defer-type-errors" />.
</para>
</listitem>
More information about the Cvs-ghc
mailing list