summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/7.8.1-notes.xml9
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>