summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsuperfunc <superfunc@protonmail.ch>2017-08-13 20:20:47 -0400
committerBen Gamari <ben@smart-cactus.org>2017-08-17 16:42:55 -0400
commit2c0ab47f7cab42c2123410f07b909f8a06b6920a (patch)
tree1450f4fccf887b30c4c9596b50611fbad52cac58 /docs
parentbfa9048daa170d0aec0601d1241dfa99bc8fd303 (diff)
downloadhaskell-2c0ab47f7cab42c2123410f07b909f8a06b6920a.tar.gz
Add missing initial version for extension doc.
Diffstat (limited to 'docs')
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 5afc7e10c7..e6aeaf2d77 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -2912,6 +2912,8 @@ Record field disambiguation
.. ghc-flag:: -XDisambiguateRecordFields
+ :since: 6.8.1
+
Allow the compiler to automatically choose between identically-named
record selectors based on type (if the choice is unambiguous).