mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-kan-extensions: update to version 4.1
This commit is contained in:
parent
653ed04b03
commit
8ba0c3eb04
1 changed files with 4 additions and 4 deletions
|
@ -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, speculation, transformers
|
, mtl, pointed, semigroupoids, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "kan-extensions";
|
pname = "kan-extensions";
|
||||||
version = "4.0.3";
|
version = "4.1";
|
||||||
sha256 = "05zqlxm6i66d996jcpjhnmij28a4zwc0l0nc9cyxamfwmyd9754b";
|
sha256 = "1dg9q6rahgvsnsnd76r6a3harrllq3pzz9250cakgqip4n02dji1";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
adjunctions comonad contravariant distributive free mtl pointed
|
adjunctions comonad contravariant distributive free mtl pointed
|
||||||
semigroupoids speculation transformers
|
semigroupoids transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/kan-extensions/";
|
homepage = "http://github.com/ekmett/kan-extensions/";
|
||||||
|
|
Loading…
Reference in a new issue