diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-11-03 20:02:03 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2021-11-29 16:43:52 -0500 |
commit | 842e3e5253762fa9642a4ae58cde7b53bc15be08 (patch) | |
tree | 05e1df2a2e69e5880c8dfeb8a66406ae1a851e50 /docs/users_guide/exts/ffi.rst | |
parent | c582dd414cbd1016f34945db00b9d1acdd300002 (diff) | |
download | haskell-wip/fixes-2.tar.gz |
user-guide: Fix :since: of -XCApiFFIwip/fixes-2
Closes #20504.
Diffstat (limited to 'docs/users_guide/exts/ffi.rst')
-rw-r--r-- | docs/users_guide/exts/ffi.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/ffi.rst b/docs/users_guide/exts/ffi.rst index 3b681252e8..2419fadf01 100644 --- a/docs/users_guide/exts/ffi.rst +++ b/docs/users_guide/exts/ffi.rst @@ -390,7 +390,7 @@ The CAPI calling convention .. extension:: CApiFFI :shortdesc: Enable the CAPI calling convention. - :since: 7.10.1 + :since: 7.6.1 The ``CApiFFI`` extension allows a calling convention of ``capi`` to be used in foreign declarations, e.g. :: |