haskell-cabal-db: update to version 0.1.10

This commit is contained in:
Peter Simons 2014-10-21 11:48:20 +02:00
parent e8ad61fbd2
commit 279c2c8691

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "cabal-db"; pname = "cabal-db";
version = "0.1.9"; version = "0.1.10";
sha256 = "19mw5ycc2y5wkn1h7wkdm2gb29pq2sh0n8z52dbxlkf0rwcgjbfq"; sha256 = "0j9xnf23zrpyrfkcx321rqbabzsm4208idpvfy7sdnnvw9a2k5xw";
isLibrary = false; isLibrary = false;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -15,9 +15,8 @@ cabal.mkDerivation (self: {
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/cabal-db"; homepage = "http://github.com/vincenthz/cabal-db";
description = "query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)"; description = "query tools for the local cabal database";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;
broken = true;
}; };
}) })