haskell-blaze-html: jailbreak to fix build with QuickCheck 2.10+

wip/yesman
Peter Simons 7 years ago
parent 91a864f3d7
commit 2a097c9c02
  1. 1
      pkgs/development/haskell-modules/configuration-common.nix

@ -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…
Cancel
Save