From cfc2aeaa91f0358c9007f168253f55af199dc0e0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 11 Jan 2015 16:30:56 +0100 Subject: [PATCH] haskell-ng: disable ABList test suite to fix the build --- 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 284c6b5786b..11bbbbacb1b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -97,6 +97,9 @@ self: super: { # The test suite imposes too narrow restrictions on the version of # Cabal that can be used to build this package. cabal-test-quickcheck = dontCheck super.cabal-test-quickcheck; + + # https://github.com/techtangents/ablist/issues/1 + ABList = dontCheck super.ABList; } // { # Not on Hackage yet.