3
0
Fork 0
forked from mirrors/nixpkgs

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:
maralorn 2022-12-30 20:36:22 +01:00
parent 8c4865a950
commit 0f72dd1f0b
3 changed files with 22 additions and 33 deletions

View file

@ -219,6 +219,7 @@ broken-packages:
- artifact
- asap
- ascii85-conduit
- ascii-caseless
- ascii-flatten
- ascii-string
- ascii-vector-avc
@ -1862,6 +1863,7 @@ broken-packages:
- graph-matchings
- graphmod-plugin
- graphql-api
- graphql-spice
- graphql-utils
- graphql-w-persistent
- graph-rewriting
@ -3870,6 +3872,7 @@ broken-packages:
- patrol
- patronscraper
- pattern-trie
- paynow-zw
- paypal-adaptive-hoops
- paypal-api
- paypal-rest-client
@ -4047,6 +4050,7 @@ broken-packages:
- polysemy-path
- polysemy-readline
- polysemy-req
- polysemy-resume
- polysemy-socket
- polysemy-video
- polysemy-vinyl

View file

@ -320,7 +320,6 @@ dont-distribute-packages:
- Pup-Events-Demo
- Quelea
- RESTng
- RJson
- RMP
- RNAFold
- RNAFoldProgs
@ -851,8 +850,6 @@ dont-distribute-packages:
- bricks-parsec
- bricks-rendering
- bricks-syntax
- brittany
- brittany_0_13_1_2
- broadcast-chan-conduit
- broadcast-chan-pipes
- bronyradiogermany-streaming
@ -867,7 +864,6 @@ dont-distribute-packages:
- burnt-explorer
- buster-gtk
- buster-network
- butcher
- butterflies
- bv-sized
- bv-sized-lens
@ -2252,7 +2248,6 @@ dont-distribute-packages:
- hscassandra
- hscope
- hsdev
- hsexif
- hsfacter
- hsinspect-lsp
- hslogstash
@ -2284,7 +2279,6 @@ dont-distribute-packages:
- htsn-import
- http-client-auth
- http-client-rustls
- http-encodings
- http-enumerator
- http2-client-grpc
- http2-grpc-proto-lens
@ -2332,7 +2326,6 @@ dont-distribute-packages:
- hyperpublic
- iException
- ice40-prim
- iconv-typed
- ide-backend
- ide-backend-server
- ideas-math
@ -2353,6 +2346,7 @@ dont-distribute-packages:
- imprevu-happstack
- improve
- inch
- incipit
- incremental-computing
- incremental-maps
- increments
@ -2393,7 +2387,6 @@ dont-distribute-packages:
- irc-fun-client
- irc-fun-color
- irc-fun-messages
- iridium
- ironforge
- isevaluated
- ismtp
@ -2430,7 +2423,6 @@ dont-distribute-packages:
- javaclass
- javascript-extras
- javasf
- jespresso
- jmacro-rpc-happstack
- jmacro-rpc-snap
- join
@ -2586,7 +2578,6 @@ dont-distribute-packages:
- liblawless
- liblinear-enumerator
- libmolude
- libpafe
- libraft
- librato
- libxml-enumerator
@ -2759,7 +2750,6 @@ dont-distribute-packages:
- midimory
- midisurface
- mighttpd
- mime-string
- minecraft-data
- minesweeper
- mini-egison
@ -2779,7 +2769,6 @@ dont-distribute-packages:
- mmsyn7ukr
- mmtl-base
- moan
- mockazo
- modify-fasta
- modsplit
- modular-prelude-classy
@ -3079,7 +3068,6 @@ dont-distribute-packages:
- phonetic-languages-simplified-properties-lists-double
- phonetic-languages-ukrainian
- phooey
- photoname
- pianola
- pier
- ping
@ -3117,9 +3105,13 @@ dont-distribute-packages:
- polh-lexicon
- polydata
- polysemy-RandomFu
- polysemy-conc
- polysemy-http
- polysemy-log
- polysemy-log-co
- polysemy-log-di
- polysemy-methodology-composite
- polysemy-process
- polysemy-scoped-fs
- polyseq
- polytypeable-utils
@ -3274,7 +3266,6 @@ dont-distribute-packages:
- rasa-ext-views
- rasa-ext-vim
- rascal
- rating-chgk-info
- raw-feldspar
- rawr
- razom-text-util
@ -3661,9 +3652,6 @@ dont-distribute-packages:
- snow-white
- snowflake-core
- snowflake-server
- soap
- soap-openssl
- soap-tls
- sock2stream
- socket-io
- sockets

View file

@ -17288,7 +17288,6 @@ self: {
];
description = "A reflective JSON serializer/parser";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"RLP" = callPackage
@ -35211,6 +35210,8 @@ self: {
testHaskellDepends = [ ascii-case ascii-char base hspec ];
description = "ASCII character without an upper/lower case distinction";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ascii-char" = callPackage
@ -48926,7 +48927,6 @@ self: {
];
description = "Haskell source code formatter";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "brittany";
}) {};
@ -50210,7 +50210,6 @@ self: {
];
description = "Chops a command or program invocation into digestable pieces";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"butter" = callPackage
@ -120199,6 +120198,8 @@ self: {
];
description = "GraphQL with batteries";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"graphql-utils" = callPackage
@ -148760,7 +148761,6 @@ self: {
];
description = "EXIF handling library in pure Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hsfacter" = callPackage
@ -153199,7 +153199,6 @@ self: {
];
description = "A library for encoding and decoding bodies of HTTP messages";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"http-enumerator" = callPackage
@ -157862,7 +157861,6 @@ self: {
testHaskellDepends = [ base ];
description = "Type safe iconv wrapper";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ide-backend" = callPackage
@ -159792,6 +159790,7 @@ self: {
];
description = "A Prelude for Polysemy";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"incipit-base" = callPackage
@ -163511,7 +163510,6 @@ self: {
];
description = "Automated Local Cabal Package Testing and Uploading";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "iridium";
}) {};
@ -165433,7 +165431,6 @@ self: {
];
description = "Extract all JavaScript from an HTML page and consolidate it in one script";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "jespresso";
}) {};
@ -177256,7 +177253,6 @@ self: {
testHaskellDepends = [ base bytestring iconv transformers ];
description = "Wrapper for libpafe";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
}) {pafe = null;};
"libpq" = callPackage
@ -190569,7 +190565,6 @@ self: {
];
description = "MIME implementation for String's";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"mime-types" = callPackage
@ -192165,7 +192160,6 @@ self: {
];
description = "Mock records of functions easily";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"mockery" = callPackage
@ -215888,6 +215882,8 @@ self: {
testHaskellDepends = [ base hspec unliftio ];
description = "A Haskell wrapper for the Paynow payment gateway";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"paypal-adaptive-hoops" = callPackage
@ -219695,7 +219691,6 @@ self: {
];
description = "Rename photo image files based on EXIF shoot date";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
mainProgram = "photoname";
}) {};
@ -223710,6 +223705,7 @@ self: {
];
description = "Polysemy effects for concurrency";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-extra" = callPackage
@ -223856,6 +223852,7 @@ self: {
];
description = "Polysemy effects for logging";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-log-co" = callPackage
@ -223898,6 +223895,7 @@ self: {
];
description = "Di adapters for Polysemy.Log";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-managed" = callPackage
@ -224086,6 +224084,7 @@ self: {
];
description = "Polysemy effects for system processes";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-readline" = callPackage
@ -224145,6 +224144,8 @@ self: {
];
description = "Polysemy error tracking";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"polysemy-scoped-fs" = callPackage
@ -236741,7 +236742,6 @@ self: {
benchmarkHaskellDepends = [ base-noprelude gauge relude ];
description = "Client for rating.chgk.info API and CSV tables (documentation in Russian)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"rating-systems" = callPackage
@ -265362,7 +265362,6 @@ self: {
];
description = "SOAP client tools";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"soap-openssl" = callPackage
@ -265381,7 +265380,6 @@ self: {
];
description = "TLS-enabled SOAP transport (using openssl bindings)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"soap-tls" = callPackage
@ -265401,7 +265399,6 @@ self: {
];
description = "TLS-enabled SOAP transport (using tls package)";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"sock2stream" = callPackage