haskellPackages.multipart: allow bytestring-0.11

This commit is contained in:
sternenseemann 2022-11-24 15:28:34 +01:00
parent ca3fb23199
commit 521c788e8f

View file

@ -132,6 +132,10 @@ self: super: {
# is released.
map-syntax = doJailbreak super.map-syntax;
# Too strict upper bound on bytestring
# https://github.com/silkapp/multipart/issues/9
multipart = doJailbreak super.multipart;
# 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;