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

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.8), 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
Category Development
Source repo head: git clone https://github.com/Bodigrim/hackage-revdeps.git
Uploaded by Bodigrim at 2024-12-08T18:44:28Z
Distributions
Executables hackage-revdeps-history, hackage-revdeps
Downloads 16 total (16 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.