haskellPackages.inflections: jailbreak

This commit is contained in:
Marc Scholten
2025-08-26 17:35:48 +02:00
parent c6f1e97131
commit 591a8906e4
@@ -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