From dd910a5077c68f36f6696adbcbe64ddd274c86bf Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 7 Mar 2026 22:36:00 +0100 Subject: [PATCH] haskellPackages.http2-tls: drop override of broken package This is probably best redone in case someone looks into it again. --- pkgs/development/haskell-modules/configuration-common.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 72f81ad75852..80bfdad9b85c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2965,12 +2965,6 @@ with haskellLib; }) ] (doJailbreak super.http2-client); - # Needs tls >= 2.1.10 - http2-tls = - lib.warnIf (lib.versionAtLeast self.tls.version "2.1.10") - "haskellPackages.http2-tls: tls override can be removed" - (super.http2-tls.override { tls = self.tls_2_2_1; }); - # Relax http2 version bound (5.3.9 -> 5.3.10) # https://github.com/well-typed/grapesy/issues/297 # Tests fail with duplicate IsLabel instance error