1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/development/libraries/haskell/profunctors/default.nix
2014-07-31 13:57:46 +02:00

20 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;
};
})