cabal icon indicating copy to clipboard operation
cabal copied to clipboard

`haddock-project`, missing `--local` option

Open ffaf1 opened this issue 2 years ago • 0 comments

What is wrong with the docs? The manual says.

This command supports two primary modes: building a self contained directory (by specifying --local flag) or documentation that links to hackage (with --hackage flag).

But

$ cabal haddock-project --local
Error: cabal: unrecognized 'haddock-project' option `--local'

Which is correct?

ffaf1 avatar Mar 01 '24 07:03 ffaf1