From 73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Thu, 16 Apr 2015 13:25:34 +0300 Subject: haskellngPackages.lambdabot: fix evaluation in GHC >=7.8 --- pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix') diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix index 8652b010859..b0612c55792 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix @@ -298,4 +298,7 @@ self: super: { in addBuildDepends jsaddle' [ self.glib self.gtk3 self.webkitgtk3 self.webkitgtk3-javascriptcore ]; + # Fix evaluation in GHC >=7.8: https://github.com/lambdabot/lambdabot/issues/116 + lambdabot = appendPatch super.lambdabot ./lambdabot-fix-ghc78.patch; + } -- cgit 1.4.1