From 7337a20f64eb38cb42b4ca648dce65db7fa711a5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Mar 2018 09:51:49 +0100 Subject: [PATCH] haskell-inline-c: disable test suite to avoid around quickcheck failure --- 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 b1e52ff2fe0..69a8bf1e8f2 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1006,4 +1006,7 @@ self: super: { # Needs turtle >=1.5.0, which we don't have by default in lts-10.x. changelogged = super.changelogged.override { turtle = self.turtle_1_5_5; }; + # https://github.com/fpco/inline-c/issues/72 + inline-c = dontCheck super.inline-c; + }