Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/ad3141f110cb02195efbfbcd594922feefbd26a7 >--------------------------------------------------------------- commit ad3141f110cb02195efbfbcd594922feefbd26a7 Author: Ian Lynagh <[email protected]> Date: Fri Sep 7 01:24:42 2012 +0100 Fix typo in release notes >--------------------------------------------------------------- docs/users_guide/7.6.1-notes.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/docs/users_guide/7.6.1-notes.xml b/docs/users_guide/7.6.1-notes.xml index a712488..594e6de 100644 --- a/docs/users_guide/7.6.1-notes.xml +++ b/docs/users_guide/7.6.1-notes.xml @@ -93,7 +93,7 @@ class Category (c :: k -> k -> *) where <listitem> <para> There is a new FFI calling convention <literal>capi</literal>, - enabled by the <literal>CAPI</literal> extension. For example, + enabled by the <literal>CApiFFI</literal> extension. For example, given the following declaration: <programlisting> foreign import capi "header.h f" f :: CInt -> IO CInt _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
