summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorDavid Baynard <david@lanternventures.com>2020-06-14 16:52:06 +0100
committerPeter Simons <simons@cryp.to>2020-06-19 22:29:21 +0200
commit2ab43eafd4b0bbd880e06bc10000c0251c0d8735 (patch)
tree904a9b62946f8cf1335945827858c64ef734a4c7 /pkgs/development/haskell-modules/configuration-common.nix
parenta2caf7f309f1fa99ec7c2ec70522769930ae6bf5 (diff)
downloadnixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar.gz
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar.bz2
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar.lz
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar.xz
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.tar.zst
nixpkgs-2ab43eafd4b0bbd880e06bc10000c0251c0d8735.zip
Describe reasons for disabling tests
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 39727e1d7b5..a94c3f07808 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1484,7 +1484,9 @@ self: super: {
     dhall = self.dhall_1_30_0;
   };
 
-  # Stack
+  # Necessary for stack
+  # x509-validation test suite hangs: upstream https://github.com/vincenthz/hs-certificate/issues/120
+  # tls test suite fails: upstream https://github.com/vincenthz/hs-tls/issues/434
   x509-validation = dontCheck super.x509-validation;
   tls = dontCheck super.tls;