haskell-foldl: update to version 1.0.5

This commit is contained in:
Peter Simons 2014-06-16 16:10:58 +02:00
parent 64f2634b49
commit 53ca82c6b7

View file

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