summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2015-04-16 13:25:34 +0300
committerNikolay Amiantov <ab@fmap.me>2015-04-16 13:32:48 +0300
commit73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86 (patch)
tree047c13f079ddebabcb7a4895705a586ac7c0e1cb /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent58330b2a814011aa6bc430a24d69c6761c7ff6a8 (diff)
downloadnixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar.gz
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar.bz2
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar.lz
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar.xz
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.tar.zst
nixpkgs-73bd3fbc7f0107a5fc8b4040bf51c9b58c184d86.zip
haskellngPackages.lambdabot: fix evaluation in GHC >=7.8
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix3
1 files changed, 3 insertions, 0 deletions
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;
+
 }