packages feed

cabal2nix-2.17.0: test/golden-test-cases/tree-fun.nix.golden

{ mkDerivation, base, containers, lib, mtl }:
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 = lib.licenses.gpl3Only;
}