haskell / haskell/haskell-language-server
Show information on installed package versions
Open
component: hls-cabal-plugin
Hackathon
type: enhancement
- Dominant language
- Haskell
- Stars
- 3k
- Forks
- 455
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 11
Description
It would be useful to be able to see the installed version for each package dependency in a cabal file.
We could either show this in form of a code lens, or on hover, but we probably want both, seeing that users might turn off code lenses.
For implementing this, we can look at the project's `plan.json` file and simply find the entry where `name` corresponds to the package's name and then show the version of this entry.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.