···14871487 # Due to tests restricting base in 0.8.0.0 release
14881488 http-media = doJailbreak super.http-media;
1489148914901490- # Use an already merged upstream patch fixing the build with primitive >= 0.7.2
14911491- # The version bounds were correctly specified before, so we need to jailbreak as well
14921492- streamly = appendPatch (doJailbreak super.streamly) (pkgs.fetchpatch {
14931493- url = "https://github.com/composewell/streamly/commit/2c88cb631fdcb5c0d3a8bc936e1e63835800be9b.patch";
14941494- sha256 = "0g2m0y46zr3xs9fswkm4h9adhsg6gzl5zwgidshsjh3k3rq4h7b1";
14951495- });
14961496-14971490 # https://github.com/ekmett/half/issues/35
14981491 half = if pkgs.stdenv.isAarch64
14991492 then dontCheck super.half