diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-01-29 20:05:14 +0100 |
---|---|---|
committer | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2021-01-30 21:11:21 +0100 |
commit | 14c4f7014d1bbdf51a79745821fcfc39e7db0ec9 (patch) | |
tree | 45443e15d5e1e862ae5c9838dfc0b0c51fa2318e /docs/users_guide/expected-undocumented-flags.txt | |
parent | eb90d23911ee10868dc2c7cc27a8397f0ae9b41d (diff) | |
download | haskell-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/expected-undocumented-flags.txt')
-rw-r--r-- | docs/users_guide/expected-undocumented-flags.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/users_guide/expected-undocumented-flags.txt b/docs/users_guide/expected-undocumented-flags.txt index fdcf1eaee2..aba8f87a8c 100644 --- a/docs/users_guide/expected-undocumented-flags.txt +++ b/docs/users_guide/expected-undocumented-flags.txt @@ -63,6 +63,7 @@ -fghci-history -fghci-sandbox -fhistory-size +-fimplicit-import-qualified -fimplicit-params -fimplicit-prelude -firrefutable-tuples @@ -72,6 +73,7 @@ -fmonomorphism-restriction -fnum-constant-folding -fpre-inlining +-fprint-bind-contents -freduction-depth -frewrite-rules -fscoped-type-variables @@ -110,7 +112,6 @@ -rtsopts=ignoreAll -rtsopts=none -rtsopts=some --smp -syslib -this-component-id -ticky-LNE |