haskell-cabal-db: mark broken

This commit is contained in:
Peter Simons 2014-10-13 16:53:50 +02:00
parent 64779360ac
commit 6651fe463e

View file

@ -18,5 +18,6 @@ cabal.mkDerivation (self: {
description = "query tools for the local cabal database (revdeps, graph, info, search-by, license, bounds)";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
broken = true;
};
})