-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Package plugin (adding dependencies into .cabal and package.yaml files) #155
Comments
I don't think the plugin should be ported directly, as it was pretty hairy in HIE. I remember when writing it it was really destructive to .cabal files' formatting as there doesn't exist a round-trip parser. Which made it pretty useless in practice. The package.yaml part though I think could be rewritten with a roundtrip yaml parser, thanks to a GSoC project on HsYAML: https://hackage.haskell.org/package/HsYAML |
I'd still prefer that over nothing :) |
This could be related with #183 (the cabal part), as both would be interface with cabal |
Add a package to your project with a handy code-action!
The text was updated successfully, but these errors were encountered: