haskellPackages.cabal-gild: Fix build

This commit is contained in:
Manuel Bärenz 2024-03-29 11:44:36 +01:00
parent d48c2529ec
commit d6c30ff33a
2 changed files with 4 additions and 1 deletions

View File

@ -3047,4 +3047,8 @@ self: super: {
# https://github.com/isovector/type-errors/issues/9
type-errors = dontCheck super.type-errors;
cabal-gild = super.cabal-gild.overrideScope (self: super: {
tasty = super.tasty_1_5;
tasty-quickcheck = super.tasty-quickcheck_0_10_3;
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View File

@ -615,7 +615,6 @@ broken-packages:
- cabal-file-th # failure in job https://hydra.nixos.org/build/233224650 at 2023-09-02
- cabal-ghc-dynflags # failure in job https://hydra.nixos.org/build/233244580 at 2023-09-02
- cabal-ghci # failure in job https://hydra.nixos.org/build/233239354 at 2023-09-02
- cabal-gild # failure in job https://hydra.nixos.org/build/252731019 at 2024-03-16
- cabal-graphdeps # failure in job https://hydra.nixos.org/build/233221966 at 2023-09-02
- cabalgraph # failure in job https://hydra.nixos.org/build/233241573 at 2023-09-02
- cabal-helper # failure in job https://hydra.nixos.org/build/252732588 at 2024-03-16