mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
haskellPackages.hal: Not broken
Co-authored-by: sternenseemann <sternenseemann@systemli.org>
This commit is contained in:
parent
7d25d060eb
commit
28fc434ed4
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user