haskellPackages.wai-app-file-cgi: fix

This commit is contained in:
Domen Kožar 2017-01-03 23:28:58 +01:00
parent 663048f378
commit 17b7eb22c3
1 changed files with 1 additions and 1 deletions
pkgs/development/haskell-modules

View File

@ -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;
}); });