https://github.com/bodigrim/hackage-revdeps
Command-line tool to list Hackage reverse dependencies
https://github.com/bodigrim/hackage-revdeps
cabal dependencies dependency hackage reverse-dependencies
Last synced: 8 months ago
JSON representation
Command-line tool to list Hackage reverse dependencies
- Host: GitHub
- URL: https://github.com/bodigrim/hackage-revdeps
- Owner: Bodigrim
- License: bsd-3-clause
- Created: 2024-09-04T19:12:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-01T15:55:13.000Z (about 1 year ago)
- Last Synced: 2025-03-23T20:51:13.764Z (12 months ago)
- Topics: cabal, dependencies, dependency, hackage, reverse-dependencies
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hackage-revdeps [](https://hackage.haskell.org/package/hackage-revdeps) [](http://stackage.org/lts/package/hackage-revdeps) [](http://stackage.org/nightly/package/hackage-revdeps)
Command-line tool to list Hackage reverse dependencies.
It is different from how Hackage itself tracks them: this tool accounts for all package components, including tests and benchmarks, and counts dependencies only across the latest releases. The approach is roughly equivalent to what [packdeps.haskellers.com](https://packdeps.haskellers.com) does.