Keep link to hsc2hs (.hsc) source when generating documentation for hsc2hs files
Open
Cabal: other
documentation
old-milestone: ⊥
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
Today, when processing `hsc2hs` files (with extension `.hsc`) cabal first calls `hsc2hs` to generate an intermediate `.hs` file, and then calls `HsColour` and `Haddock` with the latter. Wouldn't it be better if `HsColour` were called with the original `hsc2hs` file, since it seems capable of handling them?
Contributor guide
Assessment
This issue has not been assessed yet.