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!
|
||||
|
||||
{ cabal, comonad, semigroupoids, tagged, transformers }:
|
||||
{ cabal, comonad, distributive, semigroupoids, tagged, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "profunctors";
|
||||
version = "4.0.4";
|
||||
sha256 = "1hs6cs6y6zwf0c4jb92wnhp23qaxzw3xy7k07m9z98h8ziyqbqhx";
|
||||
buildDepends = [ comonad semigroupoids tagged transformers ];
|
||||
version = "4.1";
|
||||
sha256 = "1i8hscvznbca8wzjx521hwsinwab85gqshz49pdlkmdgydaagzxj";
|
||||
buildDepends = [
|
||||
comonad distributive semigroupoids tagged transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/ekmett/profunctors/";
|
||||
description = "Profunctors";
|
||||
|
Loading…
Reference in New Issue
Block a user