haskell-http-client: update overrides for the latest version

This commit is contained in:
Peter Simons 2021-01-15 20:23:42 +01:00
parent c8e886e4a5
commit 8084a9137b

View File

@ -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)