haskellPackages: Fix more eval errors

This commit is contained in:
Malte Brandy
2020-11-20 20:57:37 +01:00
committed by Peter Simons
parent 996775e9cb
commit 63e5e85ba7
4 changed files with 44 additions and 11 deletions
@@ -231,7 +231,6 @@ self: super: {
# ghc 8.10.
hnix = dontCheck (super.hnix.override {
# 2020-09-18: Those packages are all needed by hnix at versions newer than on stackage
neat-interpolation = self.neat-interpolation_0_5_1_2; # at least 0.5.1
prettyprinter = self.prettyprinter_1_7_0; # at least 1.7
});
@@ -336,12 +335,6 @@ self: super: {
else super.math-functions;
matplotlib = dontCheck super.matplotlib;
# Needs the latest version of vty and brick.
matterhorn = super.matterhorn.overrideScope (self: super: {
brick = self.brick_0_57;
vty = self.vty_5_32;
});
memcache = dontCheck super.memcache;
metrics = dontCheck super.metrics;
milena = dontCheck super.milena;