mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-blaze-html: jailbreak to fix build with QuickCheck 2.10+
This commit is contained in:
parent
91a864f3d7
commit
2a097c9c02
|
@ -980,6 +980,7 @@ self: super: {
|
|||
# Needs QuickCheck <2.10, which we don't have.
|
||||
edit-distance = doJailbreak super.edit-distance;
|
||||
blaze-markup = doJailbreak super.blaze-markup;
|
||||
blaze-html = doJailbreak super.blaze-html;
|
||||
attoparsec = dontCheck super.attoparsec; # 1 out of 67 tests fails
|
||||
|
||||
# Needs tasty-quickcheck ==0.8.*, which we don't have.
|
||||
|
|
Loading…
Reference in a new issue