hackage-revdeps: List Hackage reverse dependencies

[ bsd3, development, library, program ] [ Propose Tags ] [ Report a vulnerability ]

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 https://packdeps.haskellers.com does.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2
Change log CHANGELOG.md
Dependencies alfred-margaret (>=2.0 && <2.2), ansi-terminal (>=0.11.3 && <1.2), base (>=4.17 && <5), bytestring (<0.13), Cabal (>=3.8 && <3.17), cabal-install (>=3.8 && <3.17), Cabal-syntax (>=3.8 && <3.17), containers (>=0.5.8 && <0.9), filepath (<1.6), hackage-revdeps, optparse-applicative (>=0.16 && <0.20), tar (<0.7), text (>=2.0 && <2.2), time (<1.16) [details]
Tested with ghc ==9.12.2, ghc ==9.10.2, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8
License BSD-3-Clause
Author Bodigrim
Maintainer andrew.lelechenko@gmail.com
Category Development
Source repo head: git clone https://github.com/Bodigrim/hackage-revdeps.git
Uploaded by Bodigrim at 2025-08-25T00:56:31Z
Distributions LTSHaskell:0.1, NixOS:0.1.1, Stackage:0.2
Executables hackage-revdeps-history, hackage-revdeps
Downloads 70 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-25 [all 1 reports]

Readme for hackage-revdeps-0.2

[back to package description]

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.