haskell-foldl: update to version 1.0.4

This commit is contained in:
Peter Simons 2014-05-15 16:08:41 +02:00
parent 7e74937230
commit d3e09c21c2

View File

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