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, 0.3, 0.4
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), granite (>=0.7 && <0.8), hackage-revdeps, optparse-applicative (>=0.16 && <0.20), tar (<0.8), terminal-size (>=0.2 && <0.4), text (>=2.0 && <2.2), time (<1.17), zlib (<0.8) [details]
Tested with ghc ==9.14.1, ghc ==9.12.2, ghc ==9.10.3, ghc ==9.8.4, ghc ==9.6.7, ghc ==9.4.8
License BSD-3-Clause
Author Bodigrim
Maintainer andrew.lelechenko@gmail.com
Uploaded by Bodigrim at 2026-06-27T16:07:13Z
Category Development
Source repo head: git clone https://github.com/Bodigrim/hackage-revdeps.git
Distributions LTSHaskell:0.1, Stackage:0.3
Reverse Dependencies 1 direct, 7 indirect [details]
Executables hackage-revdeps-history, hackage-revdeps
Downloads 230 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2026-06-27 [all 1 reports]

Readme for hackage-revdeps-0.4

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