From 56ea4f809829bab879ac6e97fe56d061f21ed195 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 13 Oct 2016 21:53:03 +0200 Subject: [PATCH] haskell-stack: fix build --- 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 1987e69fdd51..09766615170a 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -982,7 +982,7 @@ self: super: { stack = (dontJailbreak super.stack).overrideScope (self: super: { http-client = self.http-client_0_5_3_2; http-client-tls = self.http-client-tls_0_3_3; - http-conduit = self.http-conduit_2_2_2_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; }; });