-
Notifications
You must be signed in to change notification settings - Fork 200
Show dependencies for library and executables separately #789
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
Comments
This will become even more important with multiple public libraries. I.e. show deps per component. |
This should be co-designed with the rendering of the upcoming per-component |
Currently, in this example the dependencies of the test-suite are not shown at all: |
@amigalemming yeah, that seems like a actionable-right-now task which doesn't require design work |
When I look at the package on Hackage and I want to compare this package with other packages, I evaluate number of dependencies of the library as a part of comparing process. Unfortunately, this is not an easy thing to do, because currently Hackage shows dependencies for both library and executable in the same section. Consider
life-sync
package:Currently dependencies for this package look like this:
So the
Dependencies
section contains dependencies for both library and executable. If I press thedetails
button I can see separation between library and executable. But I'm looking at Hackage for 3 years and noticed thedetails
only now. It would be really great if the separation between package components was clearer. For example something like this:The text was updated successfully, but these errors were encountered: