haskellPackages.tls: Don’t check tests

The ‘Extended Master Secret (resumption)’ test is failing.
See vincenth/hs-tls#434.

Required for stack.
wip/yesman
David Baynard 4 years ago committed by Peter Simons
parent 6dcb4185f6
commit a2caf7f309
  1. 1
      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

Loading…
Cancel
Save