Name: cabal-db Version: 0.1.11 x-revision: 1 Synopsis: query tools for the local cabal database 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 . * List all the upper version bounds that could be bumped for a list of packages . * List dependencies constraint policy in package . * List package's contraint policy for dependency on specific package License: BSD3 License-file: LICENSE Copyright: Vincent Hanquez Author: Vincent Hanquez Maintainer: Vincent Hanquez 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 , Printing , Policy , Database , Env , Ver ghc-options: -Wall -fno-warn-orphans -fno-warn-missing-signatures Build-depends: base >= 4 && < 4.9 , mtl , Cabal < 2 , tar >= 0.4.0 , containers , filepath , directory , bytestring , utf8-string , pretty , process , optparse-applicative >= 0.11 && < 0.14 , ansi-wl-pprint Buildable: True source-repository head type: git location: git://github.com/vincenthz/cabal-db