20 lines
563 B
Nix
20 lines
563 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";
|
|
sha256 = "0ikbp88798q7hdvi5vpc68q5bblsh43g9xnlwrifrn5fp3x3lq56";
|
|
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;
|
|
};
|
|
})
|