summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-03 20:02:03 -0400
committerBen Gamari <ben@smart-cactus.org>2021-11-29 16:43:52 -0500
commit842e3e5253762fa9642a4ae58cde7b53bc15be08 (patch)
tree05e1df2a2e69e5880c8dfeb8a66406ae1a851e50
parentc582dd414cbd1016f34945db00b9d1acdd300002 (diff)
downloadhaskell-wip/fixes-2.tar.gz
user-guide: Fix :since: of -XCApiFFIwip/fixes-2
Closes #20504.
-rw-r--r--docs/users_guide/exts/ffi.rst2
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. ::