From 8647667e93a22a0dc66e1f8305e2e23dfdef1572 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 14 Aug 2015 17:29:48 +0200 Subject: [PATCH] haskell-bro is broken --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 00ca523b863..1c97fa44f1d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -909,6 +909,10 @@ self: super: { # https://github.com/liyang/thyme/issues/36 thyme = dontCheck super.thyme; + # https://github.com/k0ral/hbro/issues/15 + hbro = markBroken super.hbro; + hbro-contrib = dontDistribute super.hbro-contrib; + # https://github.com/aka-bash0r/multi-cabal/issues/4 multi-cabal = markBroken super.multi-cabal;