From 5928e6d598b617bb21b7a844a416f03e9ac416ad Mon Sep 17 00:00:00 2001 From: Peter Simons <simons@cryp.to> Date: Fri, 13 Jan 2017 13:27:52 +0100 Subject: [PATCH] stack: update reference for http-client-tls to version 0.3.3.1 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ad6320a052c4..c3c943eb205b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1001,7 +1001,7 @@ self: super: { # The most current version needs some packages to build that are not in LTS 7.x. stack = super.stack.overrideScope (self: super: { 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_1; http-conduit = self.http-conduit_2_2_3; optparse-applicative = dontCheck self.optparse-applicative_0_13_0_0; criterion = super.criterion.override { inherit (super) optparse-applicative; }; @@ -1108,7 +1108,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_5; - http-client-tls = self.http-client-tls_0_3_3; + http-client-tls = self.http-client-tls_0_3_3_1; http-conduit = self.http-conduit_2_2_3; });