Popularity
6.9
Stable
Activity
0.0
Stable
17
5
4

Monthly Downloads: 42
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Tools    
Latest version: v0.1.12

cabal-db alternatives and similar packages

Based on the "Tools" category.
Alternatively, view cabal-db alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cabal-db or a related project?

Add another 'Tools' Package

README

A simple tool for cabal database query

Build Status BSD Haskell

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
  • license: list all licenses used by packages and their dependencies
  • bumpable: list all the upper version bounds that could be bumped for a list of packages
  • check-policy: list the contraints type (policy) of dependency of packages
  • check-revdeps-policy: list the contraints type (policy) of a specific package as used by all packages

Check the original blog post for more information:


*Note that all licence references and agreements mentioned in the cabal-db README section above are relevant to that project's source code only.