{ 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; }