haskellPackages.essence-of-live-coding-warp: bump http-client

http-client had a new release on hackage, so the http-client_0_7_5
attribute no longer exists, we replace it by http-client_0_7_6.
This commit is contained in:
sternenseemann 2021-02-26 00:24:32 +01:00
parent 62dbe40976
commit 474dbcb767

View file

@ -1534,7 +1534,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_5;
http-client = self.http-client_0_7_6;
};
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)