1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-18 00:49:52 +00:00

haskellPackages.wai-app-file-cgi: fix #21498

This commit is contained in:
Domen Kožar 2017-01-03 23:28:58 +01:00
parent 663048f378
commit 17b7eb22c3

View file

@ -1095,7 +1095,7 @@ self: super: {
# https://github.com/NixOS/nixpkgs/issues/19612
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-conduit = self.http-conduit_2_2_3;
});