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-09 17:00:17 +08:00
parent a7aded394b
commit dc5420fbe8
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
3 changed files with 47 additions and 2 deletions

View File

@ -91,6 +91,7 @@ broken-packages:
- Agata
- agda-language-server
- agda-snippets
- agda-unused
- AGI
- ag-pictgen
- AhoCorasick
@ -661,6 +662,7 @@ broken-packages:
- clock-extras
- clogparse
- clone-all
- closed-intervals
- closure
- cloudfront-signer
- clr-inline
@ -1778,6 +1780,7 @@ broken-packages:
- hakismet
- hakka
- hako
- hakyll-agda
- hakyll-blaze-templates
- hakyll-contrib
- hakyll-contrib-csv
@ -2382,6 +2385,7 @@ broken-packages:
- hw-json-simd
- hw-mquery
- hworker
- hw-prim-bits
- hw-simd
- hwsl2
- hx
@ -2676,6 +2680,7 @@ broken-packages:
- language-vhdl
- language-webidl
- lapack-ffi
- large-hashable
- Lastik
- latest-npm-version
- latex-formulae-image
@ -3108,6 +3113,7 @@ broken-packages:
- MuCheck
- mud
- muesli
- mu-graphql
- mulang
- multext-east-msd
- multiaddr
@ -3266,6 +3272,8 @@ broken-packages:
- np-extras
- np-linear
- nptools
- nri-kafka
- nri-postgresql
- ntp-control
- ntrip-client
- n-tuple
@ -3941,6 +3949,7 @@ broken-packages:
- rei
- reified-records
- reify
- rel8
- relacion
- relapse
- relational-postgresql8
@ -4508,6 +4517,7 @@ broken-packages:
- streamdeck
- streamed
- stream-fusion
- streaming-benchmarks
- streaming-conduit
- streaming-events
- streaming-lzma
@ -4535,6 +4545,7 @@ broken-packages:
- stripe-http-streams
- stripe-signature
- stripe-tests
- strong-path
- strongswan-sql
- structural-traversal
- structures

View File

@ -480,6 +480,7 @@ dont-distribute-packages:
- avers-api
- avers-api-docs
- avers-server
- aviation-navigation
- avro-piper
- awesomium
- awesomium-glut
@ -808,7 +809,6 @@ dont-distribute-packages:
- convertible-text
- coordinate
- copilot
- copilot-c99
- copilot-cbmc
- copilot-language
- copilot-libraries
@ -1833,6 +1833,11 @@ dont-distribute-packages:
- keera-hails-reactive-yampa
- keera-hails-reactivelenses
- keera-posture
- keid-core
- keid-geometry
- keid-render-basic
- keid-resource-gltf
- keid-ui-dearimgui
- kevin
- keysafe
- keyvaluehash
@ -2334,6 +2339,7 @@ dont-distribute-packages:
- polysemy-fs
- polysemy-fskvstore
- polysemy-http
- polysemy-keyed-state
- polysemy-kvstore-jsonfile
- polysemy-log
- polysemy-log-co

View File

@ -25509,6 +25509,8 @@ self: {
testHaskellDepends = [ base containers filepath hspec text ];
description = "Check for unused code in an Agda project";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"agda2lagda" = callPackage
@ -35980,6 +35982,7 @@ self: {
];
description = "Aviation Navigation functions";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"aviation-units" = callPackage
@ -56700,6 +56703,8 @@ self: {
];
description = "Closed intervals of totally ordered types";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"closure" = callPackage
@ -63810,7 +63815,6 @@ self: {
];
description = "A compiler for Copilot targeting C99";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"copilot-cbmc" = callPackage
@ -115036,6 +115040,8 @@ self: {
];
description = "Wrapper to integrate literate Agda files with Hakyll";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hakyll-alectryon" = callPackage
@ -143120,6 +143126,8 @@ self: {
benchmarkHaskellDepends = [ base criterion vector ];
description = "Primitive support for bit manipulation";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hw-rankselect" = callPackage
@ -155578,6 +155586,7 @@ self: {
];
description = "Core parts of Keid engine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"keid-geometry" = callPackage
@ -155591,6 +155600,7 @@ self: {
];
description = "Geometry primitives for Keid engine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"keid-render-basic" = callPackage
@ -155612,6 +155622,7 @@ self: {
];
description = "Basic rendering programs for Keid engine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"keid-resource-gltf" = callPackage
@ -155629,6 +155640,7 @@ self: {
];
description = "GLTF loader for Keid engine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"keid-ui-dearimgui" = callPackage
@ -155650,6 +155662,7 @@ self: {
];
description = "DearImGui elements for Keid engine";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"keiretsu" = callPackage
@ -159523,7 +159536,9 @@ self: {
platforms = [
"armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux"
];
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sternenseemann ];
broken = true;
}) {};
"largeword" = callPackage
@ -180551,6 +180566,8 @@ self: {
];
description = "GraphQL support for Mu";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"mu-grpc-client" = callPackage
@ -188517,6 +188534,8 @@ self: {
];
description = "Functions for working with Kafka";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"nri-observability" = callPackage
@ -188567,6 +188586,8 @@ self: {
];
description = "Make queries against Postgresql";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"nri-prelude" = callPackage
@ -205118,6 +205139,7 @@ self: {
];
description = "Effect for a set of stateful values indexed by a type of keys";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-kvstore-jsonfile" = callPackage
@ -220922,7 +220944,9 @@ self: {
];
description = "Hey! Hey! Can u rel8?";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
maintainers = with lib.maintainers; [ sternenseemann ];
broken = true;
}) {};
"relacion" = callPackage
@ -248911,6 +248935,8 @@ self: {
];
description = "Measures and compares the performance of streaming libraries";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"streaming-binary" = callPackage
@ -250639,6 +250665,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "Strongly typed paths in Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"strongswan-sql" = callPackage