From 13764f0b0f610fde990343be7851a6818bb1b32a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Mar 2015 15:46:16 +0100 Subject: [PATCH] haskell-ng: Monadius and cabal-debian are broken --- pkgs/development/haskell-modules/configuration-common.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fc33ad119c9a..1558911ef8e6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -605,6 +605,12 @@ self: super: { # https://github.com/junjihashimoto/test-sandbox-compose/issues/2 test-sandbox-compose = dontCheck super.test-sandbox-compose; + # Broken by GLUT update. + Monadius = markBroken super.Monadius; + + # https://github.com/ddssff/cabal-debian/issues/35 + cabal-debian = markBroken super.cabal-debian; + } // { # Not on Hackage.