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:
parent
62dbe40976
commit
474dbcb767
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue