[commit: ghc] master: Update release notes for GHC 7.8 (c24be4b)

git at git.haskell.org git at git.haskell.org
Thu Aug 22 16:46:44 CEST 2013


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/c24be4b761df558d9edc9c0b1554bb558c261b14/ghc

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

commit c24be4b761df558d9edc9c0b1554bb558c261b14
Author: Jan Stolarek <jan.stolarek at p.lodz.pl>
Date:   Thu Aug 22 15:45:56 2013 +0100

    Update release notes for GHC 7.8


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

c24be4b761df558d9edc9c0b1554bb558c261b14
 docs/users_guide/7.8.1-notes.xml |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 5d8f077..f3fa0e1 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -127,11 +127,10 @@
                 <literal>I#</literal> for ordinary names, e.g. <literal>==$#</literal>
                 compares <literal>Int#</literal>s for equality and
                 <literal>eqCharI#</literal> does the same for <literal>Char#</literal>s.
-                Old PrimOps have been removed and turned into wrappers. If your
-                code relied on removed PrimOps then importing
-                <literal>GHC.PrimWrappers</literal> will make it work again (no
-                need to add anything if your code already imports
-                <literal>GHC.Exts</literal>).
+                Old PrimOps have been removed and turned into wrappers. See
+                <ulink url="http://ghc.haskell.org/trac/ghc/wiki/NewPrimopsInGHC7.8">
+                this GHC wiki page</ulink> for instructions how to update your
+                existing code.
            </para>
        </listitem>
 





More information about the ghc-commits mailing list