cabal2nix-2.9.3: test/golden-test-cases/tree-fun.nix.golden
{ mkDerivation, base, containers, mtl, stdenv }:
mkDerivation {
pname = "tree-fun";
version = "0.8.1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base containers mtl ];
description = "Library for functions pertaining to tree exploration and manipulation";
license = stdenv.lib.licenses.gpl3;
}