summaryrefslogtreecommitdiff
path: root/docs/users_guide/ffi-chap.xml
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-11-23 23:35:36 +0000
committerIan Lynagh <igloo@earth.li>2010-11-23 23:35:36 +0000
commit46809fa91667e952afe016e4cd704b21274241b4 (patch)
tree81e28ff1ad4024b4d34cc2ccf75186b515e409fd /docs/users_guide/ffi-chap.xml
parentb56d78783390e922c4bc8106f04729de01749e01 (diff)
downloadhaskell-46809fa91667e952afe016e4cd704b21274241b4.tar.gz
Remove references to Haskell 98
They are no longer right, as we have Haskell' generating new Haskell standards.
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
-rw-r--r--docs/users_guide/ffi-chap.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml
index 2e6ce2f372..aea2f5eb13 100644
--- a/docs/users_guide/ffi-chap.xml
+++ b/docs/users_guide/ffi-chap.xml
@@ -6,10 +6,10 @@
Foreign function interface (FFI)
</title>
- <para>GHC (mostly) conforms to the Haskell 98 Foreign Function Interface
- Addendum 1.0, whose definition is available from <ulink url="http://www.haskell.org/"><literal>http://www.haskell.org/</literal></ulink>.</para>
+ <para>GHC (mostly) conforms to the Haskell Foreign Function Interface,
+ whose definition is part of the Haskell Report on <ulink url="http://www.haskell.org/"><literal>http://www.haskell.org/</literal></ulink>.</para>
- <para>To enable FFI support in GHC, give the <option>-XForeignFunctionInterface</option><indexterm><primary><option>-XForeignFunctionInterface</option></primary>
+ <para>FFI support is enabled by default, but can be enabled or disabled explicitly with the <option>-XForeignFunctionInterface</option><indexterm><primary><option>-XForeignFunctionInterface</option></primary>
</indexterm> flag.</para>
<para>GHC implements a number of GHC-specific extensions to the FFI