1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-19 03:48:57 +00:00
nixpkgs/pkgs/development/libraries/haskell/kan-extensions/default.nix

22 lines
727 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
2014-05-04 05:01:00 +01:00
{ cabal, adjunctions, comonad, contravariant, distributive, free
, mtl, pointed, semigroupoids, transformers
2014-05-04 05:01:00 +01:00
}:
cabal.mkDerivation (self: {
pname = "kan-extensions";
version = "4.1";
sha256 = "1dg9q6rahgvsnsnd76r6a3harrllq3pzz9250cakgqip4n02dji1";
2014-05-04 05:01:00 +01:00
buildDepends = [
adjunctions comonad contravariant distributive free mtl pointed
semigroupoids transformers
2014-05-04 05:01:00 +01:00
];
meta = {
homepage = "http://github.com/ekmett/kan-extensions/";
description = "Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})