about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-11-09 13:51:48 +0100
committerPeter Simons <simons@cryp.to>2016-11-10 18:15:35 +0100
commit6a53da63b3650f154b5afe391b71cb7118f53c42 (patch)
tree41e07b972b056c6cc8540174a40bd4f97759a8c7 /pkgs/development
parentb15dec170afa5f0e9e86caf938646d24a4407da5 (diff)
downloadnixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar.gz
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar.bz2
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar.lz
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar.xz
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.tar.zst
nixlib-6a53da63b3650f154b5afe391b71cb7118f53c42.zip
haskell-http-client: update reference in configuration-common.nix
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 e618059a7d44..20aa50282c24 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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_4;
+    http-client = self.http-client_0_5_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;