From 48c0621cdf57f78c4f7bf3c9555e0cca8bebf5b8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Dec 2017 22:49:40 +0100 Subject: [PATCH] haskell-int-cast: jailbreak to fix build with QuickCheck 2.10+ --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 9f2b7de6038..c459c0d9484 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -982,6 +982,7 @@ self: super: { blaze-markup = doJailbreak super.blaze-markup; blaze-html = doJailbreak super.blaze-html; attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails + int-cast = doJailbreak super.int-cast; # Needs tasty-quickcheck ==0.8.*, which we don't have. cryptohash-sha256 = doJailbreak super.cryptohash-sha256;