From 0a85cee798b2819937d015b59b739ccfcd960428 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 21 May 2015 11:47:34 +0200 Subject: [PATCH] haskell-curlhs: disable failing test suite --- 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 36cc0fd4859..166d15e5405 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -823,4 +823,7 @@ self: super: { # https://github.com/kolmodin/binary/issues/74 binary_0_7_4_0 = dontCheck super.binary_0_7_4_0; + # https://github.com/kkardzis/curlhs/issues/6 + curlhs = dontCheck super.curlhs; + }