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 used to do.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
cabal-syntaxDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies alfred-margaret (>=2.0 && <2.2), ansi-terminal (>=0.11.3 && <1.2), base (>=4.16 && <5), bytestring (<0.13), Cabal (<3.7), cabal-install-parsers (<0.7), Cabal-syntax (>=3.8 && <3.15), containers (<0.9), filepath (<1.6), hackage-revdeps, optparse-applicative (>=0.16 && <0.19), tar (<0.7), text (>=2.0 && <2.2), time (<1.15) [details]
Tested with ghc ==9.12.1, ghc ==9.10.1, ghc ==9.8.4, ghc ==9.6.6, ghc ==9.4.8, ghc ==9.2.8
License BSD-3-Clause
Author Bodigrim
Maintainer andrew.lelechenko@gmail.com
Revised Revision 1 made by Bodigrim at 2025-03-01T15:55:54Z
Category Development
Source repo head: git clone https://github.com/Bodigrim/hackage-revdeps.git
Uploaded by Bodigrim at 2024-12-08T18:44:28Z
Distributions NixOS:0.1
Executables hackage-revdeps-history, hackage-revdeps
Downloads 30 total (4 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for hackage-revdeps-0.1

[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 used to do.