From 2daf67bf87db9cb9964d91c0b4c2ffc24887cf37 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Tue, 5 Apr 2016 07:14:48 -0400 Subject: haskell-pipes-transduce: fix build --- pkgs/development/haskell-modules/configuration-common.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pkgs/development') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8f3c2ad1a6f8..f40b1281e6bf 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -965,5 +965,10 @@ self: super: { dns_sd = pkgs.avahi.override { withLibdnssdCompat = true; }; + + # https://github.com/danidiaz/pipes-transduce/issues/2 + pipes-transduce = super.pipes-transduce.override { + foldl = self.foldl_1_1_6; }; + } -- cgit 1.4.1