mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
haskellPackages.multipart: allow bytestring-0.11
This commit is contained in:
parent
ca3fb23199
commit
521c788e8f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user