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:
sternenseemann 2021-10-01 19:37:46 +02:00
parent 93f38e0a7b
commit 9485e6053e
3 changed files with 12 additions and 1 deletions

View File

@ -4269,6 +4269,7 @@ broken-packages:
- semialign-extras
- semibounded-lattices
- Semigroup
- semigroupoids-do
- semigroupoids-syntax
- semigroups-actions
- sendgrid-haskell
@ -4662,6 +4663,7 @@ broken-packages:
- streaming-utils
- streaming-with
- streamly-examples
- streamly-lz4
- streamly-process
- stream-monad
- streamproc
@ -4949,6 +4951,7 @@ broken-packages:
- Titim
- tkhs
- tkyprof
- tmp-proc-example
- todo
- tofromxml
- to-haskell
@ -5405,6 +5408,7 @@ broken-packages:
- xml-prettify
- xml-query
- xml-tydom-core
- xml-verify
- XMMS
- xmonad-bluetilebranch
- xmonad-contrib-gpl

View File

@ -489,7 +489,6 @@ dont-distribute-packages:
- atuin
- audiovisual
- aura
- aura_3_2_6
- authoring
- autonix-deps-kf5
- avers

View File

@ -236088,6 +236088,8 @@ self: {
libraryHaskellDepends = [ base semigroupoids ];
description = "Support for QualifiedDo with semigroupoids classes";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"semigroupoids-syntax" = callPackage
@ -254982,6 +254984,8 @@ self: {
benchmarkHaskellDepends = [ base directory gauge streamly ];
description = "Streamly combinators for LZ4 compression";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"streamly-posix" = callPackage
@ -269475,6 +269479,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Shows how to test a simple service using tmp-proc";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"tmp-proc-postgres" = callPackage
@ -291442,6 +291448,8 @@ self: {
librarySystemDepends = [ xmlsec1 ];
description = "Verifying XML signatures";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {xmlsec1 = null;};
"xml2html" = callPackage