cabal2nix-2.16.0: test/golden-test-cases/product-profunctors.nix.golden
{ mkDerivation, base, contravariant, lib, profunctors, tagged
, template-haskell
}:
mkDerivation {
pname = "product-profunctors";
version = "0.8.0.3";
sha256 = "deadbeef";
libraryHaskellDepends = [
base contravariant profunctors tagged template-haskell
];
testHaskellDepends = [ base profunctors ];
homepage = "https://github.com/tomjaguarpaw/product-profunctors";
description = "product-profunctors";
license = lib.licenses.bsd3;
}