For a cabal project, I wanted to generate haddock documentation with hyperlinks to the source code, so I did the usual:
cabal haddock --hyperlink-source
The links were generated, but upon clicking the links I find that the actual source code is not included even though the links are. The source code is supposed to be rendered via HTML. How do I generate those as well?
Currently using:
- Cabal 1.22.4.0
- cabal-install 1.22.6.0
- haddock 2.16.1