hackage-revdeps

List Hackage reverse dependencies

LTS Haskell 24.7:0.1@rev:1
Stackage Nightly 2025-08-27:0.2
Latest on Hackage:0.2

See all snapshots hackage-revdeps appears in

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

Module documentation for 0.2

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

  • Overhaul the API.

0.1.1

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

0.1

  • Initial release.