From d88ae678c3fa2021bb251fbd053812641d093fa4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 20:55:51 +0100 Subject: haskell-lambdabot doesn't build with monad-control 1.x. --- pkgs/development/haskell-modules/configuration-common.nix | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pkgs/development/haskell-modules/configuration-common.nix') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 7cdb4cef5f9..73ca3060a80 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -587,6 +587,15 @@ self: super: { hmidi = markBrokenVersion "0.2.1.0" super.hmidi; padKONTROL = markBroken super.padKONTROL; + # https://github.com/lambdabot/lambdabot/issues/105 + lambdabot-core = markBroken super.lambdabot-core; + lambdabot-haskell-plugins = markBroken super.lambdabot-haskell-plugins; + lambdabot-irc-plugins = markBroken super.lambdabot-irc-plugins; + lambdabot-misc-plugins = markBroken super.lambdabot-misc-plugins; + lambdabot-novelty-plugins = markBroken super.lambdabot-novelty-plugins; + lambdabot-reference-plugins = markBroken super.lambdabot-reference-plugins; + lambdabot-social-plugins = markBroken super.lambdabot-social-plugins; + } // { # Not on Hackage. -- cgit 1.4.1