summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2021-01-15 20:23:42 +0100
committerPeter Simons <simons@cryp.to>2021-01-15 20:28:15 +0100
commit8084a9137b0c470976e006457092f290d807bd27 (patch)
tree7b4b16944cd8f9b6a67921d67da4aeb6365df255 /pkgs/development/haskell-modules
parentc8e886e4a5e403046bfb8c4498a1027d6a24cb11 (diff)
haskell-http-client: update overrides for the latest version
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 0da79cdd7935..3e43cbe330fb 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1547,7 +1547,7 @@ self: super: {
# 2020-12-05: http-client is fixed on too old version
essence-of-live-coding-warp = super.essence-of-live-coding-warp.override {
- http-client = self.http-client_0_7_3;
+ http-client = self.http-client_0_7_4;
};
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)