haskellPackages.system-fileio: allow chell >= 0.5

This commit is contained in:
sternenseemann 2022-02-20 22:22:59 +01:00
parent a62bfb18cc
commit 97ad10cfcc
2 changed files with 3 additions and 1 deletions

View File

@ -2235,4 +2235,7 @@ self: super: {
# The shipped Setup.hs file is broken.
csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv;
# Too strict bounds on chell: https://github.com/fpco/haskell-filesystem/issues/24
system-fileio = doJailbreak super.system-fileio;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -57,7 +57,6 @@ self: super: {
# Jailbreak to fix the build.
base-noprelude = doJailbreak super.base-noprelude;
system-fileio = doJailbreak super.system-fileio;
unliftio-core = doJailbreak super.unliftio-core;
# Jailbreaking because monoidal-containers hasnt bumped it's base dependency for 8.10.