[commit: ghc] master: Add release note blurb for Clang support. (e4fc6fd)

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


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

On branch  : master

https://github.com/ghc/ghc/commit/e4fc6fd0219f967aeb15fdc310ecf5b58ec1255e

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

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

    Add release note blurb for Clang support.
    
    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 335bb87..61c5e5c 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -197,6 +197,13 @@
                     GHC >= 7.4 is now required for bootstrapping.
                </para>
            </listitem>
+            <listitem>
+                <para>
+                    GHC can now be built with Clang, and use Clang as the
+                    preprocessor for Haskell code. Only Clang version 3.4svn is
+                    reliably supported.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
   </sect2>





More information about the ghc-commits mailing list