haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
Malte Brandy 2022-01-25 21:29:41 +01:00
parent d22a0470ec
commit 8bb388f418
3 changed files with 12 additions and 1 deletions

View file

@ -2032,6 +2032,7 @@ broken-packages:
- hasql-dynamic-statements - hasql-dynamic-statements
- hasql-generic - hasql-generic
- hasql-simple - hasql-simple
- hasql-transaction-io
- hastache - hastache
- haste - haste
- haste-prim - haste-prim
@ -5378,6 +5379,7 @@ broken-packages:
- weather-api - weather-api
- webapi - webapi
- webapp - webapp
- webauthn
- WebBits - WebBits
- webby - webby
- webcloud - webcloud

View file

@ -481,7 +481,7 @@ dont-distribute-packages:
- atuin - atuin
- audiovisual - audiovisual
- aura - aura
- aura_3_2_6 - aura_3_2_7
- authoring - authoring
- autonix-deps-kf5 - autonix-deps-kf5
- avers - avers
@ -1030,6 +1030,7 @@ dont-distribute-packages:
- edges - edges
- editable - editable
- effective-aspects-mzv - effective-aspects-mzv
- eflint
- egison - egison
- egison-pattern-src-haskell-mode - egison-pattern-src-haskell-mode
- egison-pattern-src-th-mode - egison-pattern-src-th-mode
@ -2546,6 +2547,7 @@ dont-distribute-packages:
- reactor - reactor
- readpyc - readpyc
- reanimate - reanimate
- reanimate_1_1_5_0
- record-aeson - record-aeson
- record-gl - record-gl
- record-preprocessor - record-preprocessor
@ -3057,6 +3059,7 @@ dont-distribute-packages:
- trasa-reflex - trasa-reflex
- trasa-server - trasa-server
- trasa-th - trasa-th
- traverse-code
- treemap-html-tools - treemap-html-tools
- treersec - treersec
- trek-app - trek-app

View file

@ -84865,6 +84865,7 @@ self: {
]; ];
description = "Simulation interpreter for FLINT policy descriptions"; description = "Simulation interpreter for FLINT policy descriptions";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"egison" = callPackage "egison" = callPackage
@ -128430,6 +128431,8 @@ self: {
]; ];
description = "Perform IO actions during transactions for Hasql"; description = "Perform IO actions during transactions for Hasql";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hasql-url" = callPackage "hasql-url" = callPackage
@ -279643,6 +279646,7 @@ self: {
]; ];
description = "General data structure lifting for Template Haskell"; description = "General data structure lifting for Template Haskell";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"traverse-with-class" = callPackage "traverse-with-class" = callPackage
@ -294609,6 +294613,8 @@ self: {
]; ];
description = "Relying party (server) implementation of the WebAuthn 2 specification"; description = "Relying party (server) implementation of the WebAuthn 2 specification";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"webby" = callPackage "webby" = callPackage