BSD-3-Clause licensed by Bodigrim
Maintained by [email protected]
This version can be pinned in stack with:hackage-revdeps-0.1.1@sha256:c262b7f62bea95a9bb5a9d099b4aacc75a152b324048f30f2e222f358128595c,2541

Module documentation for 0.1.1

hackage-revdeps Hackage Stackage LTS Stackage Nightly

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 does.

Changes

0.1.1

  • Replace dependency on cabal-install-parsers with cabal-install proper.

0.1

  • Initial release.