haskellngPackages.lambdabot: fix evaluation in GHC >=7.8

This commit is contained in:
Nikolay Amiantov 2015-04-16 13:25:34 +03:00
parent 58330b2a81
commit 73bd3fbc7f
2 changed files with 6 additions and 0 deletions

View File

@ -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;
}

View File

@ -125,4 +125,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;
}