From 358db2a22c03570e14bde625b9067c6ac36e95e3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 17 Sep 2015 15:56:35 +0200 Subject: [PATCH] haskell-cryptonite has spurious test suite failures. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index da9dc2959eff..5b59ac4b3f8d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -895,4 +895,8 @@ self: super: { # This is fixed in newer versions. zip-archive_0_2_3_5 = addBuildTool super.zip-archive_0_2_3_5 pkgs.zip; + # https://github.com/fpco/stackage/issues/838 + cryptonite = dontCheck super.cryptonite; + cryptonite_0_6 = dontCheck super.cryptonite_0_6 ; + }