From 2495f07222284e8619cab2402d3ce946d17ae211 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 30 May 2018 00:07:19 +0200 Subject: [PATCH] haskell-cryptohash-sha256: avoid jailbreak, which breaks the Cabal file --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 0638b7cc98f3..08f68ea31f4a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -896,7 +896,7 @@ self: super: { pointfree = doJailbreak super.pointfree; # Needs tasty-quickcheck ==0.8.*, which we don't have. - cryptohash-sha256 = doJailbreak super.cryptohash-sha256; + cryptohash-sha256 = dontCheck super.cryptohash-sha256; cryptohash-sha1 = doJailbreak super.cryptohash-sha1; cryptohash-md5 = doJailbreak super.cryptohash-md5; text-short = doJailbreak super.text-short;