haskellPackages.hal: Not broken

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
Jack Kelly 2024-02-07 10:53:26 +10:00 committed by sternenseemann
parent 7d25d060eb
commit 28fc434ed4
2 changed files with 0 additions and 5 deletions

View File

@ -2072,7 +2072,6 @@ broken-packages:
- hakyll-shortcode # failure in job https://hydra.nixos.org/build/233240216 at 2023-09-02
- hakyll-typescript # failure in job https://hydra.nixos.org/build/233218630 at 2023-09-02
- HaLeX # failure in job https://hydra.nixos.org/build/233233225 at 2023-09-02
- hal # failure in job https://hydra.nixos.org/build/233243847 at 2023-09-02
- halfs # failure in job https://hydra.nixos.org/build/233235337 at 2023-09-02
- halide-haskell # failure in job https://hydra.nixos.org/build/233244282 at 2023-09-02
- halipeto # failure in job https://hydra.nixos.org/build/233223245 at 2023-09-02

View File

@ -132534,8 +132534,6 @@ self: {
];
description = "A runtime environment for Haskell applications running on AWS Lambda";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hal_1_1" = callPackage
@ -132565,7 +132563,6 @@ self: {
description = "A runtime environment for Haskell applications running on AWS Lambda";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"halberd" = callPackage
@ -316623,7 +316620,6 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Wrap WAI applications to run on AWS Lambda";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"wai-handler-launch" = callPackage