From 3b06dbf63cdab9a21f153e6bd620ff1ae6f02cf4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 3 Feb 2015 16:21:01 +0100 Subject: [PATCH] haskell-tls: disable 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 4a82eb51785..684ba059cd6 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -150,6 +150,9 @@ self: super: { # Upstream notified by e-mail. permutation = dontCheck super.permutation; + # https://github.com/vincenthz/hs-tls/issues/102 + tls = dontCheck super.tls; + # https://github.com/jputcu/serialport/issues/25 serialport = dontCheck super.serialport;