haskell-kan-extensions: update to version 4.1.0.1
This commit is contained in:
parent
f73150a5b9
commit
fd962f0968
@ -1,16 +1,16 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, adjunctions, comonad, contravariant, distributive, free
|
{ cabal, adjunctions, comonad, contravariant, distributive, free
|
||||||
, mtl, pointed, semigroupoids, transformers
|
, mtl, pointed, semigroupoids, tagged, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "kan-extensions";
|
pname = "kan-extensions";
|
||||||
version = "4.1";
|
version = "4.1.0.1";
|
||||||
sha256 = "1dg9q6rahgvsnsnd76r6a3harrllq3pzz9250cakgqip4n02dji1";
|
sha256 = "1jrs5cp5bhv3sjfi3d2zl16x40fr086zadp69r8yigj43bgkwkkd";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
adjunctions comonad contravariant distributive free mtl pointed
|
adjunctions comonad contravariant distributive free mtl pointed
|
||||||
semigroupoids transformers
|
semigroupoids tagged transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/kan-extensions/";
|
homepage = "http://github.com/ekmett/kan-extensions/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user