summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/standalone_deriving.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/exts/standalone_deriving.rst')
-rw-r--r--docs/users_guide/exts/standalone_deriving.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/exts/standalone_deriving.rst b/docs/users_guide/exts/standalone_deriving.rst
index e5085953d4..ef2bd86d28 100644
--- a/docs/users_guide/exts/standalone_deriving.rst
+++ b/docs/users_guide/exts/standalone_deriving.rst
@@ -8,6 +8,8 @@ Stand-alone deriving declarations
:since: 6.8.1
+ :status: Included in :extension:`GHC2021`
+
Allow the use of stand-alone ``deriving`` declarations.
GHC allows stand-alone ``deriving`` declarations, enabled by
@@ -111,5 +113,3 @@ ordinary deriving:
GHC always treats the *last* parameter of the instance (``Foo`` in
this example) as the type whose instance is being derived.
-
-