haskellPackages.system-fileio: allow chell >= 0.5

main
sternenseemann 2 years ago
parent a62bfb18cc
commit 97ad10cfcc
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix

@ -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

@ -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 hasn‘t bumped it's base dependency for 8.10.

Loading…
Cancel
Save