You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a way to know why a package/module was installed (downloaded) showing which packages depend on it.
We could add an argument to spago ls deps , so e.g. if you want to know all the transitive dependencies of halogen you'd do spago ls deps --transitive halogen
In other package managers there is API called why for example yarn why package-name.
The text was updated successfully, but these errors were encountered:
There should be a way to know why a package/module was installed (downloaded) showing which packages depend on it.
In other package managers there is API called
why
for exampleyarn why package-name
.The text was updated successfully, but these errors were encountered: