commercialhaskell / commercialhaskell/stack
Show version information in dot graph
Open
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
This is a very useful command `stack dot --external | dot -Tpng -o wreq.png` from https://docs.haskellstack.org/en/stable/dependency_visualization/
It would be nice to have another flag to show the version numbers of each package. And also to color the circles green if it's the latest version and red when it's an old version. When multiple packages require the same package but different versions the arrows to that package can be colored differently.
Contributor guide
Assessment
This issue has not been assessed yet.