haskellPackages.cabal-gild: Fix build
This commit is contained in:
parent
d48c2529ec
commit
d6c30ff33a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user