-
Notifications
You must be signed in to change notification settings - Fork 718
Open
Labels
attention: pr-welcomecabal-install: cmd/haddock-projectre: cabal's own flagsConcerning inconsistencies or feature requests for existing or new Cabal / cabal-install flags.Concerning inconsistencies or feature requests for existing or new Cabal / cabal-install flags.type: bug
Description
Describe the bug
I am not exactly sure what the expected outcome of cabal haddock-project --hoogle
is, but from what I can tell, the --hoogle
flag makes no difference at all.
To Reproduce
Steps to reproduce the behavior:
$ cabal haddock-project --output=docs
$ cabal haddock-project --output=docs-hoogle --hoogle
$ meld docs docs-hoogle # or any other diff tool that can diff directories
Expected behavior
--hoogle
flag should have an effect
System information
- Operating system: NixOS
cabal
: 3.12.1.0ghc
: 9.6.5
Metadata
Metadata
Assignees
Labels
attention: pr-welcomecabal-install: cmd/haddock-projectre: cabal's own flagsConcerning inconsistencies or feature requests for existing or new Cabal / cabal-install flags.Concerning inconsistencies or feature requests for existing or new Cabal / cabal-install flags.type: bug