configuration-common.nix: update reference to http-client_0_5_3_4

This commit is contained in:
Peter Simons 2016-11-06 10:28:06 +01:00
parent d9c3f3fbaf
commit 488e460f27

View File

@ -974,7 +974,7 @@ self: super: {
# https://github.com/commercialhaskell/stack/issues/2263
stack = super.stack.overrideScope (self: super: {
http-client = self.http-client_0_5_3_3;
http-client = self.http-client_0_5_3_4;
http-client-tls = self.http-client-tls_0_3_3;
http-conduit = self.http-conduit_2_2_3;
optparse-applicative = dontCheck self.optparse-applicative_0_13_0_0;