haskell-profunctors: update to version 4.1
This commit is contained in:
parent
6db5defffc
commit
2074cd3850
@ -1,12 +1,15 @@
|
|||||||
# 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, comonad, semigroupoids, tagged, transformers }:
|
{ cabal, comonad, distributive, semigroupoids, tagged, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "profunctors";
|
pname = "profunctors";
|
||||||
version = "4.0.4";
|
version = "4.1";
|
||||||
sha256 = "1hs6cs6y6zwf0c4jb92wnhp23qaxzw3xy7k07m9z98h8ziyqbqhx";
|
sha256 = "1i8hscvznbca8wzjx521hwsinwab85gqshz49pdlkmdgydaagzxj";
|
||||||
buildDepends = [ comonad semigroupoids tagged transformers ];
|
buildDepends = [
|
||||||
|
comonad distributive semigroupoids tagged transformers
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/ekmett/profunctors/";
|
homepage = "http://github.com/ekmett/profunctors/";
|
||||||
description = "Profunctors";
|
description = "Profunctors";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user