packages feed

Cabal revisions of cabal-db-0.1.8

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:                cabal-db-Version:             0.1.8-Synopsis:            query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)-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--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+Name:                cabal-db
+Version:             0.1.8
+x-revision: 1
+Synopsis:            query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)
+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
+
+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 && < 4.9
+                   , mtl
+                   , Cabal < 2
+                   , tar >= 0.4.0
+                   , containers
+                   , filepath
+                   , directory
+                   , bytestring
+                   , utf8-string
+                   , pretty
+                   , process
+                   , optparse-applicative < 0.14
+                   , ansi-wl-pprint
+  Buildable: True
+
+source-repository head
+  type: git
+  location: git://github.com/vincenthz/cabal-db