haskellPackages.inflections: jailbreak (#437160)

This commit is contained in:
Malte Ott
2025-08-27 10:26:33 +02:00
committed by GitHub
@@ -3236,6 +3236,9 @@ with haskellLib;
# i.e. tests assume existence of .git and also fail for some versions of CVC5,
# including the current one in nixpkgs.
liquid-fixpoint = dontCheck super.liquid-fixpoint;
# 2025-8-26: Too strict bounds on containers and text, see: https://github.com/stackbuilders/inflections-hs/pull/83
inflections = doJailbreak super.inflections;
}
// import ./configuration-tensorflow.nix { inherit pkgs haskellLib; } self super