mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
haskellPackages.irc-{client,conduit}: lift upper bound on tls and text
This commit is contained in:
parent
cc025c684d
commit
2fbdec4b07
1 changed files with 5 additions and 0 deletions
|
@ -2364,6 +2364,11 @@ self: super: {
|
||||||
vty = self.vty_5_35_1;
|
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
|
# 2022-02-25: Unmaintained and to strict upper bounds
|
||||||
paths = doJailbreak super.paths;
|
paths = doJailbreak super.paths;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue