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: {
pname = "cabal-db";
version = "0.1.9";
sha256 = "19mw5ycc2y5wkn1h7wkdm2gb29pq2sh0n8z52dbxlkf0rwcgjbfq";
version = "0.1.10";
sha256 = "0j9xnf23zrpyrfkcx321rqbabzsm4208idpvfy7sdnnvw9a2k5xw";
isLibrary = false;
isExecutable = true;
buildDepends = [
@ -15,9 +15,8 @@ cabal.mkDerivation (self: {
];
meta = {
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;
platforms = self.ghc.meta.platforms;
broken = true;
};
})