From a2caf7f309f1fa99ec7c2ec70522769930ae6bf5 Mon Sep 17 00:00:00 2001 From: David Baynard Date: Sat, 13 Jun 2020 23:14:52 +0100 Subject: [PATCH] =?UTF-8?q?haskellPackages.tls:=20Don=E2=80=99t=20check=20?= =?UTF-8?q?tests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ‘Extended Master Secret (resumption)’ test is failing. See vincenth/hs-tls#434. Required for stack. --- 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 4b5df5082c8..39727e1d7b5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1486,5 +1486,6 @@ self: super: { # Stack x509-validation = dontCheck super.x509-validation; + tls = dontCheck super.tls; } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super