3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.jack: allow bytestring 0.11

This commit is contained in:
sternenseemann 2022-12-08 01:00:29 +01:00
parent 70567f6709
commit 37de16cab7

View file

@ -66,6 +66,10 @@ self: super: {
# > https://github.com/roelvandijk/numerals
numerals = doJailbreak (dontCheck super.numerals);
# Too strict upper bound on bytestring
# 2022-12-07: emailed maintainer about this
jack = doJailbreak super.jack;
# This test keeps being aborted because it runs too quietly for too long
Lazy-Pbkdf2 = if pkgs.stdenv.isi686 then dontCheck super.Lazy-Pbkdf2 else super.Lazy-Pbkdf2;