2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-07-28 12:18:22 +02:00
|
|
|
{ cabal, comonad, distributive, semigroupoids, tagged, transformers
|
|
|
|
}:
|
2013-01-22 16:06:36 +01:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "profunctors";
|
2014-07-31 12:12:22 +02:00
|
|
|
version = "4.2.0.1";
|
|
|
|
sha256 = "00cfria3zjijx9nm533a25x240c7q0sn9vna6m4y4rz1f7l2gnqc";
|
2014-07-28 12:18:22 +02:00
|
|
|
buildDepends = [
|
|
|
|
comonad distributive semigroupoids tagged transformers
|
|
|
|
];
|
2013-01-22 16:06:36 +01:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/profunctors/";
|
2013-10-14 08:47:49 +02:00
|
|
|
description = "Profunctors";
|
2013-01-22 16:06:36 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|