From 82b4224835901b8a4801cd51c9eef6974328e626 Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Mon, 2 May 2016 18:46:52 +0300 Subject: [PATCH] ghc8 | config: foldl: jailbreak --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index 8b0e66e5b79e..298d748da979 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -82,4 +82,6 @@ self: super: { diagrams-lib = doJailbreak super.diagrams-lib; + foldl = doJailbreak super.foldl; + }