3
0
Fork 0
forked from mirrors/nixpkgs

haskell-foldl: update to version 1.0.6

This commit is contained in:
Peter Simons 2014-08-28 18:13:15 +02:00
parent 52d1ffaea7
commit 163053a0f5

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "foldl";
version = "1.0.5";
sha256 = "08yjzzplg715hzkhwbf8nv2zm7c5wd2kph4zx94iml0cnc6ip048";
version = "1.0.6";
sha256 = "1i4pm48x7f8l4gqbb2bgqshx5cx44acr24l75czliq656sqm405i";
buildDepends = [ primitive text transformers vector ];
meta = {
description = "Composable, streaming, and efficient left folds";