summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-27 22:53:08 +0200
committerPeter Simons <simons@cryp.to>2016-10-28 16:52:51 +0200
commit2a19aea54a23f43570e0670fddf75c5061b490c7 (patch)
tree6d5e37b88b02e4e82ff683b7b3da4a889ec40e45 /pkgs/development
parente0ef9e9714a4c37d24603f8912ef09cea1fcb8fb (diff)
downloadnixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar.gz
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar.bz2
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar.lz
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar.xz
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.tar.zst
nixpkgs-2a19aea54a23f43570e0670fddf75c5061b490c7.zip
haskell-stack: fix evaluation
(cherry picked from commit 9c31962c075933b6dae6ef5374f01768fe7a892b)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 8274365a952..d23bfc70ebd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -976,7 +976,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;