haskellPackages.http2-tls: fix eval

This broke via staging merge.
This commit is contained in:
Wolfgang Walther
2025-12-11 18:13:43 +01:00
parent a19fd797a0
commit ee0923ac76
@@ -3024,7 +3024,7 @@ with haskellLib;
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_1_12; });
(super.http2-tls.override { tls = self.tls_2_1_13; });
# Relax http2 version bound (5.3.9 -> 5.3.10)
# https://github.com/well-typed/grapesy/issues/297