haskellPackages.irc-{client,conduit}: lift upper bound on tls and text

This commit is contained in:
sternenseemann 2023-07-03 13:57:43 +02:00
parent cc025c684d
commit 2fbdec4b07

View file

@ -2364,6 +2364,11 @@ self: super: {
vty = self.vty_5_35_1;
});
# Too strict bounds on text and tls
# https://github.com/barrucadu/irc-conduit/issues/54
irc-conduit = doJailbreak super.irc-conduit;
irc-client = doJailbreak super.irc-client;
# 2022-02-25: Unmaintained and to strict upper bounds
paths = doJailbreak super.paths;