haskellPackages.jack: allow bytestring 0.11
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user