X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=a016f10901c954219c725dbc182c22e2716213d9;hb=619efa4035d215c16ea657f2b038362c87b769fc;hp=96cbd596e518e83709a67c9c3bbf804f1b838086;hpb=ded67816a2baf995081d1772aa7d83c7e51a284b;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 96cbd59..a016f10 100644 --- a/docs/users_guide/ffi-chap.xml +++ b/docs/users_guide/ffi-chap.xml @@ -7,13 +7,10 @@ Foreign function interface (FFI) GHC (mostly) conforms to the Haskell 98 Foreign Function Interface - Addendum 1.0, whose definition is available from http://haskell.org/. + Addendum 1.0, whose definition is available from http://www.haskell.org/. - To enable FFI support in GHC, give the - flag, or -the - flag which implies -. + To enable FFI support in GHC, give the + flag. GHC implements a number of GHC-specific extensions to the FFI Addendum. These extensions are described in , but please note that programs using @@ -55,7 +52,7 @@ the