packages feed

cabal2nix-2.9.3: test/golden-test-cases/poly-arity.nix.golden

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