haskellPackages.essence-of-live-coding-warp: fix eval

Use latest http-client version (0.7.8).
This commit is contained in:
sternenseemann 2021-04-23 06:23:23 +02:00
parent b561a5d996
commit c5d250574a
1 changed files with 1 additions and 1 deletions

View File

@ -1538,7 +1538,7 @@ self: super: {
# 2020-12-05: http-client is fixed on too old version # 2020-12-05: http-client is fixed on too old version
essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override { essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override {
http-client = self.http-client_0_7_7; http-client = self.http-client_0_7_8;
}); });
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27) # 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)