haskell-int-cast: jailbreak to fix build with QuickCheck 2.10+

wip/yesman
Peter Simons 7 years ago
parent 68be4071ed
commit 48c0621cdf
  1. 1
      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;

Loading…
Cancel
Save