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 2021-10-15 13:21:11 +02:00
parent 8a89605a3d
commit a3666238bd
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
3 changed files with 33 additions and 2 deletions

View File

@ -1284,6 +1284,7 @@ broken-packages:
- escape-artist
- escoger
- espial
- esqueleto-pgcrypto
- ess
- estimators
- EstProgress
@ -1675,6 +1676,7 @@ broken-packages:
- git-cuk
- git-date
- gitdo
- github
- github-backup
- github-data
- github-tools
@ -4382,6 +4384,7 @@ broken-packages:
- shopify
- shortcut-links
- shorten-strings
- short-vec
- show-prettyprint
- Shpadoinkle-backend-snabbdom
- Shpadoinkle-isreal
@ -4714,6 +4717,7 @@ broken-packages:
- SVD2HS
- svfactor
- svg-builder-fork
- svgcairo
- svgutils
- svm-light-utils
- svm-simple
@ -5286,6 +5290,7 @@ broken-packages:
- warc
- warp-dynamic
- warp-grpc
- warp-quic
- warp-static
- warp-systemd
- wasm

View File

@ -534,6 +534,7 @@ dont-distribute-packages:
- base64-bytes
- baserock-schema
- batchd
- batching
- battlenet-yesod
- battleships
- bayes-stack
@ -732,7 +733,9 @@ dont-distribute-packages:
- claferwiki
- clash
- clash-ghc
- clash-ghc_1_4_4
- clash-lib
- clash-lib_1_4_4
- clash-multisignal
- clash-prelude-quickcheck
- clash-shake
@ -935,6 +938,7 @@ dont-distribute-packages:
- delta
- delta-h
- dep-t-advice
- dependent-literals-plugin
- dependent-state
- dephd
- deptrack-devops
@ -1117,6 +1121,7 @@ dont-distribute-packages:
- filesystem-enumerator
- find-clumpiness
- findhttp
- finite-table
- firstify
- fix-parser-simple
- fixed-point-vector
@ -2426,6 +2431,7 @@ dont-distribute-packages:
- nomyx-language
- nomyx-library
- nomyx-server
- notifications-tray-icon
- notmuch-haskell
- notmuch-web
- numeric-ode
@ -2453,6 +2459,7 @@ dont-distribute-packages:
- one-liner_2_0
- online
- online-csv
- opc-xml-da-client
- open-adt-tutorial
- open-union
- openpgp-Crypto
@ -2559,6 +2566,7 @@ dont-distribute-packages:
- polh-lexicon
- polydata
- polysemy-RandomFu
- polysemy-check
- polysemy-http
- polysemy-log-co
- polysemy-methodology-co-log
@ -2907,13 +2915,13 @@ dont-distribute-packages:
- servant-auth-token-persistent
- servant-auth-token-rocksdb
- servant-auth-wordpress
- servant-cli
- servant-client-namedargs
- servant-csharp
- servant-db-postgresql
- servant-ede
- servant-event-stream
- servant-examples
- servant-github-webhook
- servant-http2-client
- servant-matrix-param
- servant-polysemy
@ -2941,6 +2949,7 @@ dont-distribute-packages:
- shelduck
- shellmate-extras
- shine-varying
- short-vec-lens
- showdown
- shpider
- shuffle

View File

@ -39310,6 +39310,7 @@ self: {
];
description = "An Applicative Functor deferring actions to run in a batch later";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"battlenet" = callPackage
@ -74228,6 +74229,7 @@ self: {
];
description = "Dependent integer literals";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"dependent-map_0_2_4_0" = callPackage
@ -87606,6 +87608,8 @@ self: {
];
description = "Esqueleto support for the pgcrypto PostgreSQL module";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ess" = callPackage
@ -93985,6 +93989,7 @@ self: {
];
description = "Types isomorphic to Fin, and Tables indexed by them";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"finite-typelits" = callPackage
@ -107540,6 +107545,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Access to the GitHub API, v3";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"github-backup" = callPackage
@ -192649,6 +192656,7 @@ self: {
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
hydraPlatforms = lib.platforms.none;
}) {};
"notmuch" = callPackage
@ -195551,6 +195559,7 @@ self: {
doHaddock = false;
description = "OPC XML-DA Client";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"open-adt" = callPackage
@ -209911,6 +209920,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "QuickCheck for Polysemy";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-chronos" = callPackage
@ -238338,7 +238348,6 @@ self: {
];
description = "Command line interface for Servant API clients";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"servant-client" = callPackage
@ -238892,6 +238901,7 @@ self: {
];
description = "Servant combinators to facilitate writing GitHub webhooks";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"servant-haxl-client" = callPackage
@ -242948,6 +242958,8 @@ self: {
];
description = "Length-indexed vectors using SmallArray#";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"short-vec-lens" = callPackage
@ -242965,6 +242977,7 @@ self: {
];
description = "Lenses and related functionality for the `short-vec` package";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"shortbytestring" = callPackage
@ -258490,6 +258503,8 @@ self: {
libraryPkgconfigDepends = [ librsvg ];
description = "Binding to the libsvg-cairo library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) librsvg;};
"svgone" = callPackage
@ -286535,6 +286550,8 @@ self: {
];
description = "Warp based on QUIC";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"warp-static" = callPackage