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:
Joe Hermaszewski 2021-07-07 22:25:01 +08:00
parent e68dfcb4a5
commit 4af078aec8
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
3 changed files with 22 additions and 0 deletions

View File

@ -74,6 +74,7 @@ broken-packages:
- aeson-filthy
- aeson-flowtyped
- aeson-match-qq
- aeson-modern-tojson
- aeson-options
- aeson-prefix
- aeson-schema
@ -261,6 +262,7 @@ broken-packages:
- aws-route53
- aws-sdk-text-converter
- aws-simple
- aws-xray-client-persistent
- axel
- azubi
- azure-acs
@ -1904,6 +1906,7 @@ broken-packages:
- haskell-src-match
- haskell-src-meta-mwotton
- haskell-stack-trace-plugin
- haskell-to-elm
- HaskellTorrent
- HaskellTutorials
- haskell-type-exts
@ -2755,6 +2758,7 @@ broken-packages:
- linear-maps
- linear-opengl
- linearscan
- linear-smc
- linear-vect
- line-drawing
- lines-of-action
@ -3183,6 +3187,7 @@ broken-packages:
- nested-sequence
- netclock
- netease-fm
- net-mqtt-rpc
- netrium
- NetSNMP
- netspec
@ -4511,6 +4516,7 @@ broken-packages:
- streaming-png
- streaming-utils
- streaming-with
- streamly-examples
- streamly-fsnotify
- stream-monad
- streamproc

View File

@ -564,6 +564,7 @@ dont-distribute-packages:
- bip32
- birch-beer
- bird
- biscuit-servant
- bit-array
- bitcoin-address
- bitcoin-api
@ -2344,6 +2345,7 @@ dont-distribute-packages:
- polysemy-path
- polysemy-plugin
- polysemy-readline
- polysemy-req
- polysemy-resume
- polysemy-test
- polysemy-time

View File

@ -24846,6 +24846,8 @@ self: {
testHaskellDepends = [ aeson base inspection-testing ];
description = "Provide a handy way for derving ToJSON proprely";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"aeson-native" = callPackage
@ -37006,6 +37008,8 @@ self: {
];
description = "A client for AWS X-Ray integration with Persistent";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"aws-xray-client-wai" = callPackage
@ -42449,6 +42453,7 @@ self: {
];
description = "Servant support for the Biscuit security token";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"bisect-binary" = callPackage
@ -120141,6 +120146,8 @@ self: {
];
description = "Generate Elm types and JSON encoders and decoders from Haskell types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"haskell-token-utils" = callPackage
@ -163827,6 +163834,8 @@ self: {
testHaskellDepends = [ array base constraints ];
description = "Build SMC morphisms using linear types";
license = lib.licenses.lgpl3Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"linear-socket" = callPackage
@ -184560,6 +184569,8 @@ self: {
];
description = "Make RPC calls via an MQTT broker";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"net-spider" = callPackage
@ -205650,6 +205661,7 @@ self: {
libraryHaskellDepends = [ base polysemy req ];
description = "Polysemy effect for req";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-resume" = callPackage
@ -250172,6 +250184,8 @@ self: {
];
description = "Examples for Streamly";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"streamly-fsnotify" = callPackage