haskellPackages.essence-of-live-coding: Fix dependency
This commit is contained in:
parent
06279ee84f
commit
a0aa0ce42d
@ -1518,4 +1518,8 @@ self: super: {
|
||||
# 2020-11-27: cxx-options is broken in Cabal 3.2.0.0
|
||||
hercules-ci-agent = addSetupDepend super.hercules-ci-agent self.Cabal_3_2_1_0;
|
||||
|
||||
# 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;
|
||||
};
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
@ -4940,7 +4940,6 @@ broken-packages:
|
||||
- EsounD
|
||||
- espial
|
||||
- ess
|
||||
- essence-of-live-coding-warp
|
||||
- estimators
|
||||
- EstProgress
|
||||
- estreps
|
||||
|
Loading…
Reference in New Issue
Block a user