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-05 10:36:08 -04:00
parent 56eb76f7af
commit 0cde97cbd9
3 changed files with 30 additions and 15 deletions

View file

@ -450,6 +450,7 @@ broken-packages:
- bottom
- boundingboxes
- bowntz
- box
- bpath
- BPS
- braid
@ -3906,6 +3907,7 @@ broken-packages:
- platinum-parsing
- PlayingCards
- playlists
- plex
- plist
- plist-buddy
- plivo
@ -5030,6 +5032,7 @@ broken-packages:
- tasty-mgolden
- tasty-stats
- tasty-test-vector
- TastyTLT
- TBC
- TBit
- tcache-AWS
@ -5177,6 +5180,7 @@ broken-packages:
- time-w3c
- timezone-detect
- tintin
- tinyid
- TinyLaunchbury
- tiny-scheduler
- tinytemplate

View file

@ -822,6 +822,8 @@ dont-distribute-packages:
- boots-cloud
- boots-web
- borel
- box-csv
- box-socket
- breakout
- bricks
- bricks-internal-test
@ -1168,7 +1170,6 @@ dont-distribute-packages:
- dep-t-advice
- dep-t-dynamic
- dep-t-value
- dependent-literals
- dependent-literals-plugin
- dependent-state
- depends
@ -1372,6 +1373,7 @@ dont-distribute-packages:
- fallingblocks
- family-tree
- fast-bech32
- fastcdc
- fastirc
- fastly
- fastparser
@ -1414,7 +1416,6 @@ dont-distribute-packages:
- filepath-io-access
- filesystem-abstractions
- filesystem-enumerator
- fin-int
- find-clumpiness
- findhttp
- finitary-derive
@ -1504,6 +1505,7 @@ dont-distribute-packages:
- gbu
- gdax
- gdiff-ig
- gearhash
- gedcom
- geek
- geek-server
@ -2926,7 +2928,6 @@ dont-distribute-packages:
- peparser
- perdure
- perf-analysis
- perf_0_10_0
- perfecthash
- periodic-client
- periodic-client-exe
@ -3029,6 +3030,7 @@ dont-distribute-packages:
- pred-trie
- prednote-test
- prefork
- prelate
- presto-hdbc
- preview
- primal-memory
@ -3255,6 +3257,10 @@ dont-distribute-packages:
- rfc-redis
- rfc-servant
- rhythm-game-tutorial
- ribosome
- ribosome-app
- ribosome-host
- ribosome-host-test
- ribosome-root
- ridley-extras
- rio-process-pool
@ -3322,10 +3328,7 @@ dont-distribute-packages:
- sarsi
- sasl
- sat-micro-hs
- satchmo-backends
- satchmo-examples
- satchmo-funsat
- satchmo-minisat
- satchmo-toysat
- sauron
- sc2-lowlevel

View file

@ -20527,7 +20527,9 @@ self: {
];
description = "Run TLT tests from Tasty";
license = lib.licenses.lgpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "TLT-exe";
broken = true;
}) {};
"Taxonomy" = callPackage
@ -48005,6 +48007,8 @@ self: {
];
description = "boxes";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"box-csv" = callPackage
@ -48016,6 +48020,7 @@ self: {
libraryHaskellDepends = [ attoparsec base box text time ];
description = "CSV parsing in a box";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"box-socket" = callPackage
@ -48035,6 +48040,7 @@ self: {
executableHaskellDepends = [ base optparse-generic ];
description = "Box websockets";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "box-socket";
}) {};
@ -77952,7 +77958,6 @@ self: {
];
description = "Library for dependent-literals-plugin";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"dependent-literals-plugin" = callPackage
@ -96243,6 +96248,7 @@ self: {
];
description = "An implementation of FastCDC, a content-defined chunking algorithm based on the Gear hash rolling hash algorithm";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "fastcdc";
}) {};
@ -98696,7 +98702,6 @@ self: {
];
description = "Finite sets of static size";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"final" = callPackage
@ -106356,6 +106361,7 @@ self: {
];
description = "An implementation of Gear hash, a fast rolling hash algorithm";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"gedcom" = callPackage
@ -221579,6 +221585,8 @@ self: {
];
description = "run a subprocess, combining stdout and stderr";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"plist" = callPackage
@ -226617,6 +226625,7 @@ self: {
];
description = "A Prelude";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"preliminaries" = callPackage
@ -243867,6 +243876,7 @@ self: {
];
description = "Neovim plugin framework for Polysemy";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"ribosome-app" = callPackage
@ -243893,6 +243903,7 @@ self: {
];
description = "CLI for Ribosome";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
mainProgram = "ribosome";
}) {};
@ -243922,6 +243933,7 @@ self: {
];
description = "Neovim plugin host for Polysemy";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"ribosome-host-test" = callPackage
@ -243939,6 +243951,7 @@ self: {
];
description = "Test tools for Ribosome";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"ribosome-root" = callPackage
@ -248421,8 +248434,6 @@ self: {
testHaskellDepends = [ array base ];
description = "SAT encoding monad";
license = lib.licenses.gpl2Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"satchmo-backends" = callPackage
@ -248438,7 +248449,6 @@ self: {
];
description = "driver for external satchmo backends";
license = "GPL";
hydraPlatforms = lib.platforms.none;
}) {};
"satchmo-examples" = callPackage
@ -248456,7 +248466,6 @@ self: {
];
description = "examples that show how to use satchmo";
license = "GPL";
hydraPlatforms = lib.platforms.none;
}) {};
"satchmo-funsat" = callPackage
@ -248484,7 +248493,6 @@ self: {
libraryHaskellDepends = [ base containers process satchmo ];
description = "minisat driver as backend for satchmo";
license = "GPL";
hydraPlatforms = lib.platforms.none;
}) {};
"satchmo-toysat" = callPackage
@ -260511,8 +260519,6 @@ self: {
];
description = "Nat singletons represented by Int";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"siphash" = callPackage
@ -286443,6 +286449,8 @@ self: {
libraryHaskellDepends = [ base bytestring entropy ];
description = "A secure URL-friendly string ID generator";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"tinylog" = callPackage