20 lines
565 B
Nix
20 lines
565 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.3.2";
|
|
sha256 = "06dv9bjz2hsm32kzfqqm6z54197dfjm3wycnbbgl9pib711w484v";
|
|
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;
|
|
};
|
|
})
|