summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-22 20:55:51 +0100
committerPeter Simons <simons@cryp.to>2015-02-22 22:13:10 +0100
commitd88ae678c3fa2021bb251fbd053812641d093fa4 (patch)
tree2d82ba54238ac029f18a5e942c8550430361a330 /pkgs/development/haskell-modules/configuration-common.nix
parentaeadb1644463c8c17e99f4dadb2d86725ea70953 (diff)
downloadnixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar.gz
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar.bz2
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar.lz
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar.xz
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.tar.zst
nixpkgs-d88ae678c3fa2021bb251fbd053812641d093fa4.zip
haskell-lambdabot doesn't build with monad-control 1.x.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 9 insertions, 0 deletions
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.