mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 03:03:37 +00:00
haskellPackages.jack: allow bytestring 0.11
This commit is contained in:
parent
70567f6709
commit
37de16cab7
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user