X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2Fusers_guide%2Fffi-chap.xml;h=12aea555dfd9f5399a88ba38aaeeec1d7529fa1c;hb=24ad9cf0325bb5fedc9f0ca8bd70f78096d8d326;hp=988f95dc1d3ffec74164f94ccf1eb3a7d393e044;hpb=5263c9ab4408e3b62dbf7505ab40a81946d4e49b;p=ghc-hetmet.git diff --git a/docs/users_guide/ffi-chap.xml b/docs/users_guide/ffi-chap.xml index 988f95d..12aea55 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