cabal2nix-2.16.0: test/golden-test-cases/clumpiness.nix.golden
{ mkDerivation, base, containers, lib, tree-fun }:
mkDerivation {
pname = "clumpiness";
version = "0.17.0.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base containers tree-fun ];
description = "Calculate the clumpiness of leaf properties in a tree";
license = lib.licenses.gpl3;
}