mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 17:14:33 +00:00
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.1";
|
|
sha256 = "1i8hscvznbca8wzjx521hwsinwab85gqshz49pdlkmdgydaagzxj";
|
|
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;
|
|
};
|
|
})
|