haskellPackages.type-errors: fix build (#297432)
* haskellPackages.type-errors: fix build * Update pkgs/development/haskell-modules/configuration-common.nix --------- Co-authored-by: Naïm Favier <n@monade.li>
This commit is contained in:
co-authored by
Naïm Favier
parent
ae679c40db
commit
26e23b1899
@@ -3041,4 +3041,7 @@ self: super: {
|
||||
hash = "sha256-hT4IZw70DxTw6iMofQHjPycz6IE6U76df72ftR2UB6Q=";
|
||||
}) (super.HaskellNet-SSL.override { connection = self.crypton-connection; });
|
||||
|
||||
# https://github.com/isovector/type-errors/issues/9
|
||||
type-errors = dontCheck super.type-errors;
|
||||
|
||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||
|
||||
@@ -6145,7 +6145,6 @@ broken-packages:
|
||||
- typed-time # failure in job https://hydra.nixos.org/build/233246930 at 2023-09-02
|
||||
- typed-wire # failure in job https://hydra.nixos.org/build/233237626 at 2023-09-02
|
||||
- type-eq # failure in job https://hydra.nixos.org/build/233214388 at 2023-09-02
|
||||
- type-errors # failure in job https://hydra.nixos.org/build/252734319 at 2024-03-16
|
||||
- type-errors-pretty # failure in job https://hydra.nixos.org/build/233238808 at 2023-09-02
|
||||
- typehash # failure in job https://hydra.nixos.org/build/233207184 at 2023-09-02
|
||||
- type-indexed-queues # failure in job https://hydra.nixos.org/build/233197833 at 2023-09-02
|
||||
|
||||
Reference in New Issue
Block a user