haskellPackages.wai-app-file-cgi: fix #21498
This commit is contained in:
parent
663048f378
commit
17b7eb22c3
pkgs/development/haskell-modules
|
@ -1095,7 +1095,7 @@ self: super: {
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/19612
|
# https://github.com/NixOS/nixpkgs/issues/19612
|
||||||
wai-app-file-cgi = (dontCheck super.wai-app-file-cgi).overrideScope (self: super: {
|
wai-app-file-cgi = (dontCheck super.wai-app-file-cgi).overrideScope (self: super: {
|
||||||
http-client = self.http-client_0_5_3_2;
|
http-client = self.http-client_0_5_5;
|
||||||
http-client-tls = self.http-client-tls_0_3_3;
|
http-client-tls = self.http-client-tls_0_3_3;
|
||||||
http-conduit = self.http-conduit_2_2_3;
|
http-conduit = self.http-conduit_2_2_3;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue