diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4b63f03873b..441410ce138 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1487,13 +1487,6 @@ self: super: { # Due to tests restricting base in 0.8.0.0 release http-media = doJailbreak super.http-media; - # Use an already merged upstream patch fixing the build with primitive >= 0.7.2 - # The version bounds were correctly specified before, so we need to jailbreak as well - streamly = appendPatch (doJailbreak super.streamly) (pkgs.fetchpatch { - url = "https://github.com/composewell/streamly/commit/2c88cb631fdcb5c0d3a8bc936e1e63835800be9b.patch"; - sha256 = "0g2m0y46zr3xs9fswkm4h9adhsg6gzl5zwgidshsjh3k3rq4h7b1"; - }); - # https://github.com/ekmett/half/issues/35 half = if pkgs.stdenv.isAarch64 then dontCheck super.half