summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-10-21 11:48:20 +0200
committerPeter Simons <simons@cryp.to>2014-10-21 15:36:21 +0200
commit279c2c8691491d70ef52e6840a9944a12d0066ca (patch)
tree6710990e4aaca40aac8d9199abf2cb944d622d96 /pkgs
parente8ad61fbd2d36af2e78c238b620723e54069368b (diff)
haskell-cabal-db: update to version 0.1.10
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/haskell/cabal-db/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/tools/haskell/cabal-db/default.nix b/pkgs/development/tools/haskell/cabal-db/default.nix
index 215be2d43632..61699f8db7db 100644
--- a/pkgs/development/tools/haskell/cabal-db/default.nix
+++ b/pkgs/development/tools/haskell/cabal-db/default.nix
@@ -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;
};
})