From eaf95037cd1324e0fad3ebc1f817721f74512a9e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Mar 2015 16:06:35 +0100 Subject: [PATCH] haskell-Hipmunk: mark broken because it doesn't support recent versions of StateVar --- 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 faf1412ca35..b7a10aa7140 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -638,6 +638,10 @@ self: super: { hydrogen-syntax = markBroken super.hydrogen-syntax; hydrogen-cli = dontDistribute super.hydrogen-cli; + # https://github.com/meteficha/Hipmunk/issues/8 + Hipmunk = markBroken super.Hipmunk; + HipmunkPlayground = dontDistribute super.HipmunkPlayground; + } // { # Not on Hackage.