haskellPackages.essence-of-live-coding-warp: remove unneeded override

main
(cdep)illabout 3 years ago
parent 561e37e641
commit 02d3bde59a
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 8
      pkgs/development/haskell-modules/configuration-common.nix

@ -1443,10 +1443,10 @@ self: super: {
# compatible with Cabal 3. No upstream repository found so far
readline = appendPatch super.readline ./patches/readline-fix-for-cabal-3.patch;
# 2020-12-05: http-client is fixed on too old version
essence-of-live-coding-warp = doJailbreak (super.essence-of-live-coding-warp.override {
http-client = self.http-client_0_7_8;
});
# 2020-12-05: this package requires a newer version of http-client,
# but it still compiles with older version:
# https://github.com/turion/essence-of-live-coding/pull/86
essence-of-live-coding-warp = doJailbreak super.essence-of-live-coding-warp;
# 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27)
pandoc-include-code = doJailbreak super.pandoc-include-code;

Loading…
Cancel
Save