summaryrefslogtreecommitdiff
path: root/docs/users_guide/using-optimisation.rst
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-09-25 02:52:19 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-09-25 21:15:53 -0400
commit83407ffc7acc00cc025b9f6ed063add9ab9f9bcc (patch)
tree4adb5168fee7ad6e96c8c462294a680319175039 /docs/users_guide/using-optimisation.rst
parent6a7dae4badcea5b3519005cf4e5fbf15f7e5df59 (diff)
downloadhaskell-83407ffc7acc00cc025b9f6ed063add9ab9f9bcc.tar.gz
Various documentation fixes
* Remove UnliftedFFITypes from conf. Some time ago, this extension was undocumented and we had to silence a warning. This is no longer needed. * Use r'' in conf.py. This fixes a Sphinx warning: WARNING: Support for evaluating Python 2 syntax is deprecated and will be removed in Sphinx 4.0. Convert docs/users_guide/conf.py to Python 3 syntax. * Mark GHCForeignImportPrim as documented * Fix formatting in template_haskell.rst * Remove 'recursive do' from the list of unsupported items in TH
Diffstat (limited to 'docs/users_guide/using-optimisation.rst')
-rw-r--r--docs/users_guide/using-optimisation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using-optimisation.rst b/docs/users_guide/using-optimisation.rst
index 4c44509f21..c278e6903d 100644
--- a/docs/users_guide/using-optimisation.rst
+++ b/docs/users_guide/using-optimisation.rst
@@ -361,7 +361,7 @@ by saying ``-fno-wombat``.
:default: on
Use a special demand transformer for dictionary selectors.
- Behaviour is unconditionally enabled starting with 8.14
+ Behaviour is unconditionally enabled starting with 9.2
.. ghc-flag:: -fdo-eta-reduction
:shortdesc: Enable eta-reduction. Implied by :ghc-flag:`-O`.