19 lines
567 B
Nix
19 lines
567 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, comonad, distributive, semigroupoids, tagged, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "profunctors";
|
|
version = "4.2.0.1";
|
|
sha256 = "00cfria3zjijx9nm533a25x240c7q0sn9vna6m4y4rz1f7l2gnqc";
|
|
buildDepends = [
|
|
comonad distributive semigroupoids tagged transformers
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/profunctors/";
|
|
description = "Profunctors";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|