summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-11-03 20:02:03 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-01 03:09:21 -0500
commit4c434c9e3bf3c906285d168bfd98e1b276808f47 (patch)
tree699024d352f020615b6c8dd5a04e96605a779800
parent322b6b457debdfaa4b013f3120cc48c2ac4a5d13 (diff)
downloadhaskell-4c434c9e3bf3c906285d168bfd98e1b276808f47.tar.gz
user-guide: Fix :since: of -XCApiFFI
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. ::