Executable haddock titles should include the version
Open
Cabal: other
meta: easy
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
./Cabal/Distribution/Simple/Haddock.hs currently sets
301 argTitle = Flag $ showPkg ++ subtitle
by default but overrides it for executables with
379 argTitle = Flag (exeName exe),
which is distinctly less informative. Any reason not to include the version number (and tags) in the latter string?
Thanks!
--nwf;
Contributor guide
Assessment
This issue has not been assessed yet.