cabal-db: query tools for the local cabal database (revdeps, graph, info, search-by)

[ bsd3, program, tools ] [ Propose Tags ]

Query tool for the local cabal database

  • Diff between package versions

  • List reverse dependencies (revdeps)

  • Search by author or maintainer

  • Generate graphs of dependencies in dot format


[Skip to Readme]

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.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.1.6, 0.1.7, 0.1.8, 0.1.9, 0.1.10, 0.1.11, 0.1.12
Dependencies base (>=4 && <4.9), bytestring, Cabal (<2), containers, directory, filepath, mtl, pretty, process, tar (>=0.4.0), utf8-string [details]
License BSD-3-Clause
Copyright Vincent Hanquez <vincent@snarc.org>
Author Vincent Hanquez <vincent@snarc.org>
Maintainer Vincent Hanquez <vincent@snarc.org>
Revised Revision 1 made by AndreasAbel at 2021-12-16T19:25:36Z
Category Tools
Home page http://github.com/vincenthz/cabal-db
Source repo head: git clone git://github.com/vincenthz/cabal-db
Uploaded by VincentHanquez at 2014-03-03T20:23:36Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cabal-db
Downloads 10427 total (34 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-24 [all 8 reports]

Readme for cabal-db-0.1.5

[back to package description]

A simple tool for cabal database query

A misc set of tools to operate misc queries on the local cabal database and the associated packages

Command

  • diff: run the diff command between two different versions of a package.
  • revdeps: print all reverse dependencies of a package.
  • info: print all available versions of a package and some misc information.
  • search-author: search all the database for match in the author field.
  • search-maintainer: search all the database for match in the maintainer field.
  • graph: generate a dot format graph of the dependency

Check the original blog post for more information: