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:
Dennis Gosnell 2022-10-15 11:55:44 -04:00
parent 39875184f0
commit 8ebb942007
3 changed files with 27 additions and 4 deletions

View file

@ -2061,6 +2061,7 @@ broken-packages:
- hasql-resource-pool
- hasql-simple
- hasql-streams-example
- hasql-transaction-io
- hastache
- haste
- haste-prim
@ -3962,6 +3963,7 @@ broken-packages:
- PortFusion
- portray-pretty
- portray-prettyprinter
- posit
- positron
- posix-acl
- posix-api
@ -4427,6 +4429,8 @@ broken-packages:
- sandman
- sarasvati
- sat
- satchmo-backends
- satchmo-minisat
- Saturnin
- satyros
- savage
@ -4469,6 +4473,7 @@ broken-packages:
- sdl2-cairo-image
- sdl2-compositor
- sdl2-fps
- SDL-mpeg
- sdr
- seacat
- seakale

View file

@ -1984,6 +1984,11 @@ dont-distribute-packages:
- hasql-cursor-query
- hasql-postgres
- hasql-postgres-options
- hasql-streams-conduit
- hasql-streams-core
- hasql-streams-pipes
- hasql-streams-streaming
- hasql-streams-streamly
- hasqlator-mysql
- hasqly-mysql
- hastache-aeson
@ -2221,7 +2226,6 @@ dont-distribute-packages:
- hws
- hwsl2-bytevector
- hwsl2-reducers
- hxmppc
- hxournal
- hxt-binary
- hxt-filter
@ -2805,7 +2809,6 @@ dont-distribute-packages:
- network-minihttp
- network-netpacket
- network-pgi
- network-protocol-xmpp
- network-rpca
- network-stream
- network-topic-models
@ -3328,6 +3331,7 @@ dont-distribute-packages:
- sarsi
- sasl
- sat-micro-hs
- satchmo-examples
- satchmo-funsat
- satchmo-toysat
- sauron

View file

@ -18080,6 +18080,8 @@ self: {
librarySystemDepends = [ smpeg ];
description = "Binding to the SMPEG library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) smpeg;};
"SDL-ttf" = callPackage
@ -132554,6 +132556,7 @@ self: {
];
description = "Stream Hasql queries with Conduit";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-streams-core" = callPackage
@ -132565,6 +132568,7 @@ self: {
libraryHaskellDepends = [ base hasql hasql-transaction-io ];
description = "Stream Hasql queries";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-streams-example" = callPackage
@ -132608,6 +132612,7 @@ self: {
];
description = "Stream Hasql queries with Pipes";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-streams-streaming" = callPackage
@ -132624,6 +132629,7 @@ self: {
];
description = "Stream Hasql queries with Streaming";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-streams-streamly" = callPackage
@ -132640,6 +132646,7 @@ self: {
];
description = "Stream Hasql queries with Streamly";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hasql-th" = callPackage
@ -132711,6 +132718,8 @@ self: {
];
description = "Perform IO actions during transactions for Hasql";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hasql-url" = callPackage
@ -156416,7 +156425,6 @@ self: {
];
description = "Haskell XMPP (Jabber Client) Command Line Interface (CLI)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hxmppc";
}) {};
@ -202050,7 +202058,6 @@ self: {
];
description = "Client library for the XMPP protocol";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"network-rpca" = callPackage
@ -224686,6 +224693,8 @@ self: {
libraryHaskellDepends = [ base data-dword deepseq scientific ];
testHaskellDepends = [ base ];
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"positive" = callPackage
@ -248725,6 +248734,8 @@ self: {
];
description = "driver for external satchmo backends";
license = "GPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"satchmo-examples" = callPackage
@ -248742,6 +248753,7 @@ self: {
];
description = "examples that show how to use satchmo";
license = "GPL";
hydraPlatforms = lib.platforms.none;
}) {};
"satchmo-funsat" = callPackage
@ -248769,6 +248781,8 @@ self: {
libraryHaskellDepends = [ base containers process satchmo ];
description = "minisat driver as backend for satchmo";
license = "GPL";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"satchmo-toysat" = callPackage