From 95b98116c20a0e027da784dc245e41aef0e380a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 12 Aug 2015 12:44:46 +0200 Subject: [PATCH] haskell-ihaskell-widgets is broken because of singletons. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d00e51cc270..c9d81e3ddb1 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -793,6 +793,7 @@ self: super: { singleton-nats = dontDistribute super.singleton-nats; singletons = markBroken super.singletons; units-attoparsec = dontDistribute super.units-attoparsec; + ihaskell-widgets = dontDistribute super.ihaskell-widgets; # https://github.com/anton-k/temporal-music-notation/issues/1 temporal-music-notation = markBroken super.temporal-music-notation;