From 09e5107d3b9e1b517920ee4054e6a0adfa6df27a Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Tue, 18 Aug 2015 05:47:59 -0400 Subject: [PATCH] haskell-hbro: fixed by upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 5bae86683eb..0e5e1d42f0f 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -895,8 +895,7 @@ self: super: { # https://github.com/liyang/thyme/issues/36 thyme = dontCheck super.thyme; - # https://github.com/k0ral/hbro/issues/15 - hbro = markBroken super.hbro; + # https://github.com/k0ral/hbro-contrib/issues/1 hbro-contrib = dontDistribute super.hbro-contrib; # https://github.com/aka-bash0r/multi-cabal/issues/4