commercialhaskell / commercialhaskell/stack
--hoogle can't be added to stack haddock command
Open
component: hoogle
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
When I try to run:
**stack haddock --haddock-arguments=--hoogle**
I get the error:
**"haddock: --hoogle cannot be used with --gen-index or --gen-contents"**
I can see that these additional parameters have been added by stack before the actual command is executed:
**...haddock.EXE --hoogle --gen-contents --gen-index....**
Is there a work-around for this?
(Stack version 1.5.1)
Contributor guide
Assessment
This issue has not been assessed yet.