diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-26 21:52:56 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-26 21:52:56 +0000 |
commit | 836cafeb3edd9c728fe4c86cf90229e1476ad14a (patch) | |
tree | 9df6fbf03fee20ae5d8d2082753ad12e8d2fc73a /docs/users_guide/ffi-chap.xml | |
parent | f9d8c0acef9983e87b6354b87f2a577be2e8dd51 (diff) | |
download | haskell-836cafeb3edd9c728fe4c86cf90229e1476ad14a.tar.gz |
Consistently put www. on the front of haskell.org in URLs
Diffstat (limited to 'docs/users_guide/ffi-chap.xml')
-rw-r--r-- | docs/users_guide/ffi-chap.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 988f95dc1d..49896b92e0 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -7,7 +7,7 @@ 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://haskell.org/"><literal>http://haskell.org/</literal></ulink>.</para> + Addendum 1.0, whose definition is available from <ulink url="http://www.haskell.org/"><literal>http://www.haskell.org/</literal></ulink>.</para> <para>To enable FFI support in GHC, give the <option>-fffi</option><indexterm><primary><option>-fffi</option></primary> </indexterm> flag, or |