haskellPackages: Remove a lot of overrides to fix eval errors

This commit is contained in:
Malte Brandy
2020-11-20 20:57:36 +01:00
committed by Peter Simons
parent 35b28deeb8
commit 8ef164247e
2 changed files with 21 additions and 70 deletions
@@ -62,18 +62,6 @@ self: super: {
system-fileio = doJailbreak super.system-fileio;
unliftio-core = doJailbreak super.unliftio-core;
# Use the latest version to fix the build.
optics = self.optics_0_3;
optics-extra = self.optics-extra_0_3;
optics-th = self.optics-th_0_3_0_2;
insert-ordered-containers = super.insert-ordered-containers.override {
optics-core = self.optics-core_0_3_0_1;
optics-extra = self.optics-extra_0_3.override {
optics-core = self.optics-core_0_3_0_1;
};
};
# Jailbreaking because monoidal-containers hasnt bumped it's base dependency for 8.10.
monoidal-containers = doJailbreak super.monoidal-containers;