haskell-foldl: update to version 1.0.1
This commit is contained in:
parent
c7358d64a8
commit
6851ccd529
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
{ cabal }:
|
{ cabal, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "foldl";
|
pname = "foldl";
|
||||||
version = "1.0.0";
|
version = "1.0.1";
|
||||||
sha256 = "0r9lkyw33231nfl9ly25hk2i7k3c8ssmng473xvk76zkcrksj131";
|
sha256 = "194dkpjh0964cmh4mg35qffkg8dx8d821aj8k6khb40fq5s8smjy";
|
||||||
|
buildDepends = [ text ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Composable, streaming, and efficient left folds";
|
description = "Composable, streaming, and efficient left folds";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
|
Loading…
Reference in a new issue