From 45e7bb6b83d4f15f1c717bbbcda1ee5a69be0c0f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 10 Aug 2015 11:44:19 +0200 Subject: [PATCH] haskell-multi-cabal is broken. --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ed23b190ec6..182211ec405 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -926,4 +926,7 @@ self: super: { # https://github.com/liyang/thyme/issues/36 thyme = dontCheck super.thyme; + # https://github.com/aka-bash0r/multi-cabal/issues/4 + multi-cabal = markBroken super.multi-cabal; + }