diff options
author | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-22 15:45:56 +0100 |
---|---|---|
committer | Jan Stolarek <jan.stolarek@p.lodz.pl> | 2013-08-22 15:45:56 +0100 |
commit | c24be4b761df558d9edc9c0b1554bb558c261b14 (patch) | |
tree | 5e522d01eaff92232b5133edcc71b1148591d6bc /docs | |
parent | 4c864e20d4abb84089839101880f4d39e2e64d06 (diff) | |
download | haskell-c24be4b761df558d9edc9c0b1554bb558c261b14.tar.gz |
Update release notes for GHC 7.8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/7.8.1-notes.xml | 9 |
1 files 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 5d8f077d41..f3fa0e1984 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> |