From cde067b3ac67b43b92898ad241427311d9b8ab24 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Dec 2017 22:10:41 +0100 Subject: [PATCH] haskell-cryptohash-*: jailbreak to fix build with recent tasty-quickcheck --- pkgs/development/haskell-modules/configuration-common.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 145f2351ff5..721596f6c57 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -982,5 +982,7 @@ self: super: { # Needs tasty-quickcheck ==0.8.*, which we don't have. cryptohash-sha256 = doJailbreak super.cryptohash-sha256; + cryptohash-sha1 = doJailbreak super.cryptohash-sha1; + cryptohash-md5 = doJailbreak super.cryptohash-md5; }