cabal2nix-2.16.0: test/golden-test-cases/poly-arity.nix.golden
{ mkDerivation, base, constraints, lib }:
mkDerivation {
pname = "poly-arity";
version = "0.1.0";
sha256 = "deadbeef";
libraryHaskellDepends = [ base constraints ];
description = "Tools for working with functions of undetermined arity";
license = lib.licenses.bsd3;
}