cabal-db: cabal-db

[ bsd3, program, tools ] [ Propose Tags ]

cabal-db


[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:26:41Z
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 2013-04-22T03:36:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables cabal-db
Downloads 10426 total (33 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.1

[back to package description]

A simple tool for cabal database query

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.

check the original blog post for more information:

http://tab.snarc.org/posts/haskell/2013-03-13-cabal-db.html