Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show information on installed package versions #4416

Open
VeryMilkyJoe opened this issue Oct 10, 2024 · 1 comment
Open

Show information on installed package versions #4416

VeryMilkyJoe opened this issue Oct 10, 2024 · 1 comment
Labels
component: hls-cabal-plugin Issues related to the hls-cabal-plugin Hackathon This issue is suitable for hackathon sessions type: enhancement New feature or request

Comments

@VeryMilkyJoe
Copy link
Collaborator

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.

@VeryMilkyJoe VeryMilkyJoe added type: enhancement New feature or request Hackathon This issue is suitable for hackathon sessions component: hls-cabal-plugin Issues related to the hls-cabal-plugin labels Oct 10, 2024
@lucalabs-de
Copy link

I'll work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: hls-cabal-plugin Issues related to the hls-cabal-plugin Hackathon This issue is suitable for hackathon sessions type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants