darcs: build with tls < 2.0 again

Upstream tries to do something clever with restricting tls
directly (even though it is an indirect dependency). We could easily
provide crypton-connection >= 0.4 and tls >= 2.0.6, but it only wants
that for GHC >= 9.8 claiming it is not possible for earlier versions.
This commit is contained in:
sternenseemann
2024-12-21 19:28:38 +01:00
parent 7a84c154c9
commit 5705c90b8a
@@ -2062,12 +2062,6 @@ self: super: {
# https://github.com/faylang/fay/pull/474
fay = doJailbreak super.fay;
# Requests latest versions of crypton-connection and tls
darcs = super.darcs.overrideScope (self: super: {
crypton-connection = self.crypton-connection_0_4_2;
tls = self.tls_2_0_6;
});
# Requests version 2 of tls, can be removed once it's the default
diohsc = super.diohsc.overrideScope (self: super: {
tls = self.tls_2_0_6;