summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghci.rst
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-01-29 20:05:14 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-01-30 21:11:21 +0100
commit14c4f7014d1bbdf51a79745821fcfc39e7db0ec9 (patch)
tree45443e15d5e1e862ae5c9838dfc0b0c51fa2318e /docs/users_guide/ghci.rst
parenteb90d23911ee10868dc2c7cc27a8397f0ae9b41d (diff)
downloadhaskell-14c4f7014d1bbdf51a79745821fcfc39e7db0ec9.tar.gz
Documentation fixes
- Add missing :since: for NondecreasingIndentation and OverlappingInstances - Remove duplicated descriptions for Safe Haskell flags and UndecidableInstances. Instead, the sections contain a link. - compare-flags: Also check for options supported by ghci. This uncovered two more that are not documented. The flag -smp was removed. - Formatting fixes - Remove the warning about -XNoImplicitPrelude - it was written in 1996, the extension is no longer dangerous. - Fix misspelled :reverse: flags Fixes #18958.
Diffstat (limited to 'docs/users_guide/ghci.rst')
-rw-r--r--docs/users_guide/ghci.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 78c74c5dc3..6ff9c1f20a 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -3303,6 +3303,7 @@ read:
.. ghc-flag:: -ignore-dot-ghci
:shortdesc: Disable reading of ``.ghci`` files
:type: dynamic
+ :reverse: -no-ignore-dot-ghci
:category:
Don't read either :file:`./.ghci` or the other startup files when