From 44513ae0252961f637219e650c41f5f7b3b54374 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Jul 2015 15:11:04 +0200 Subject: [PATCH] haskell-inilist: test suite cannot be built because it depends on broken testpack --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0ec01cebf49..131ee6a793c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -825,6 +825,7 @@ self: super: { # Won't compile with recent versions of QuickCheck. testpack = markBroken super.testpack; + inilist = dontCheck super.inilist; MissingH = dontCheck super.MissingH; # Obsolete for GHC versions after GHC 6.10.x.