From 6f7e793f0398466592de3133648e1055c44ebb59 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 27 Apr 2015 19:57:02 +0200 Subject: [PATCH] haskell-rainbox: the test suite does not compile --- 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 fe74c9c5600..f6819a100fe 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -158,6 +158,9 @@ self: super: { # Needs the latest version of QuickCheck to compile. cabal-test-quickcheck = super.cabal-test-quickcheck.override { QuickCheck = self.QuickCheck_2_8_1; }; + # https://github.com/massysett/rainbox/issues/1 + rainbox = dontCheck super.rainbox; + # https://github.com/techtangents/ablist/issues/1 ABList = dontCheck super.ABList;