haskell-nix-derivation: jailbreak to fix build with QuickCheck 2.10+

This commit is contained in:
Peter Simons 2017-12-19 22:58:06 +01:00
parent 6f4c7aad38
commit 04bd949738
1 changed files with 1 additions and 0 deletions

View File

@ -983,6 +983,7 @@ self: super: {
blaze-html = doJailbreak super.blaze-html;
attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails
int-cast = doJailbreak super.int-cast;
nix-derivation = doJailbreak super.nix-derivation;
# Needs tasty-quickcheck ==0.8.*, which we don't have.
cryptohash-sha256 = doJailbreak super.cryptohash-sha256;