haskell / haskell/cabal

Executable haddock titles should include the version

Open
#1,336 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.