cabal-db-0.1.7: cabal-db.cabal
Name: cabal-db
Version: 0.1.7
Synopsis: query tools for the local cabal database (revdeps, graph, info, search-by)
Description:
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
.
* List licenses of package and their dependencies
License: BSD3
License-file: LICENSE
Copyright: Vincent Hanquez <vincent@snarc.org>
Author: Vincent Hanquez <vincent@snarc.org>
Maintainer: Vincent Hanquez <vincent@snarc.org>
Category: Tools
Stability: experimental
Build-Type: Simple
Homepage: http://github.com/vincenthz/cabal-db
Cabal-Version: >=1.8
extra-source-files: README.md
Executable cabal-db
Main-Is: Main.hs
hs-source-dirs: Src
Other-modules: Graph
, Options
ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures
Build-depends: base >= 4 && < 5
, mtl
, Cabal
, tar >= 0.4.0
, containers
, filepath
, directory
, bytestring
, utf8-string
, pretty
, process
, optparse-applicative
, ansi-wl-pprint
Buildable: True
source-repository head
type: git
location: git://github.com/vincenthz/cabal-db