`runhaskell Setup.hs configure --enable-split-sections` etc not documented online
Open
documentation
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
**What is wrong with the docs?**
GHC's `-split-objs` flag was deprecated in favour of `-split-sections` in GHC 8.2.1 and is not supported on any platform from GHC 8.10.1. You would not know that from reading: https://cabal.readthedocs.io/en/stable/setup-commands.html#cmdoption-runhaskell-Setup.hs-configure-enable-split-objs
Further, Cabal's `runhaskell Setup.hs configure --enable-split-sections` (etc) is not documented online and only in `runhaskell Setup.hs configure --help`.
Contributor guide
Assessment
This issue has not been assessed yet.