cabal icon indicating copy to clipboard operation
cabal copied to clipboard

`runhaskell Setup.hs configure --enable-split-sections` etc not documented online

Open mpilgrem opened this issue 1 year ago • 0 comments

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.

mpilgrem avatar May 04 '24 15:05 mpilgrem