From a5d5d03a9790390cc7892ffeffb4188b28f97a38 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Dec 2017 22:03:14 +0100 Subject: haskell-cryptohash-sha256: jailbreak to fix build with recent tasty-quickcheck --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 50285f5c7691..0fa1e96db929 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -981,4 +981,7 @@ self: super: { # Needs QuickCheck >=2.4 && <2.10, which we don't have. edit-distance = doJailbreak super.edit-distance; + # Needs tasty-quickcheck ==0.8.*, which we don't have. + cryptohash-sha256 = doJailbreak super.cryptohash-sha256; + } -- cgit 1.4.1