From 9c31962c075933b6dae6ef5374f01768fe7a892b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Oct 2016 22:53:08 +0200 Subject: [PATCH] haskell-stack: fix evaluation --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3b8a93f2108f29..e44b232a764abd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -970,7 +970,7 @@ self: super: { # https://github.com/commercialhaskell/stack/issues/2263 stack = super.stack.overrideScope (self: super: { - http-client = self.http-client_0_5_3_2; + http-client = self.http-client_0_5_3_3; 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;