haskell-nix-derivation: jailbreak to fix build with QuickCheck 2.10+
This commit is contained in:
parent
6f4c7aad38
commit
04bd949738
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue