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-07-29 17:18:10 +02:00
parent f6b3d12b4a
commit 8694e478d2
3 changed files with 21 additions and 0 deletions

View file

@ -1219,6 +1219,7 @@ broken-packages:
- EnumMap - EnumMap
- enummapmap - enummapmap
- enum-utf8 - enum-utf8
- env-extra
- env-parser - env-parser
- envstatus - envstatus
- epanet-haskell - epanet-haskell
@ -1607,6 +1608,7 @@ broken-packages:
- ghc-syb-utils - ghc-syb-utils
- ghc-tags - ghc-tags
- ghc-tags-core - ghc-tags-core
- ghc-tcplugin-api
- ghc-time-alloc-prof - ghc-time-alloc-prof
- ghc-usage - ghc-usage
- gh-labeler - gh-labeler
@ -2307,6 +2309,7 @@ broken-packages:
- hs-tags - hs-tags
- hstats - hstats
- hstatsd - hstatsd
- hs-term-emulator
- hstest - hstest
- hstidy - hstidy
- hs-twitter - hs-twitter
@ -4531,6 +4534,7 @@ broken-packages:
- streaming-utils - streaming-utils
- streaming-with - streaming-with
- streamly-examples - streamly-examples
- streamly-process
- stream-monad - stream-monad
- streamproc - streamproc
- StrictBench - StrictBench
@ -4651,6 +4655,7 @@ broken-packages:
- tapioca - tapioca
- TaskMonad - TaskMonad
- tasty-auto - tasty-auto
- tasty-checklist
- tasty-fail-fast - tasty-fail-fast
- tasty-grading-system - tasty-grading-system
- tasty-hedgehog-coverage - tasty-hedgehog-coverage

View file

@ -1837,6 +1837,7 @@ dont-distribute-packages:
- keid-geometry - keid-geometry
- keid-render-basic - keid-render-basic
- keid-resource-gltf - keid-resource-gltf
- keid-sound-openal
- keid-ui-dearimgui - keid-ui-dearimgui
- kevin - kevin
- keysafe - keysafe
@ -2346,6 +2347,7 @@ dont-distribute-packages:
- polysemy-log-co - polysemy-log-co
- polysemy-log-di - polysemy-log-di
- polysemy-methodology - polysemy-methodology
- polysemy-methodology-co-log
- polysemy-methodology-composite - polysemy-methodology-composite
- polysemy-mocks - polysemy-mocks
- polysemy-optics - polysemy-optics
@ -2355,6 +2357,7 @@ dont-distribute-packages:
- polysemy-readline - polysemy-readline
- polysemy-req - polysemy-req
- polysemy-resume - polysemy-resume
- polysemy-several
- polysemy-socket - polysemy-socket
- polysemy-test - polysemy-test
- polysemy-time - polysemy-time

View file

@ -84654,6 +84654,8 @@ self: {
]; ];
description = "Safe helpers for accessing and modifying environment variables"; description = "Safe helpers for accessing and modifying environment variables";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"env-locale" = callPackage "env-locale" = callPackage
@ -102395,6 +102397,8 @@ self: {
libraryHaskellDepends = [ base ghc transformers ]; libraryHaskellDepends = [ base ghc transformers ];
description = "An API for type-checker plugins"; description = "An API for type-checker plugins";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ghc-tcplugins-extra_0_3_2" = callPackage "ghc-tcplugins-extra_0_3_2" = callPackage
@ -135719,6 +135723,8 @@ self: {
benchmarkHaskellDepends = [ base criterion ]; benchmarkHaskellDepends = [ base criterion ];
description = "Terminal Emulator written in 100% Haskell"; description = "Terminal Emulator written in 100% Haskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hs-twitter" = callPackage "hs-twitter" = callPackage
@ -156046,6 +156052,7 @@ self: {
]; ];
description = "OpenAL sound system for Keid engine"; description = "OpenAL sound system for Keid engine";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"keid-ui-dearimgui" = callPackage "keid-ui-dearimgui" = callPackage
@ -205952,6 +205959,7 @@ self: {
]; ];
description = "Logging functions for polysemy-methodology"; description = "Logging functions for polysemy-methodology";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-methodology-composite" = callPackage "polysemy-methodology-composite" = callPackage
@ -206117,6 +206125,7 @@ self: {
libraryHaskellDepends = [ base polysemy ]; libraryHaskellDepends = [ base polysemy ];
description = "Run several effects at once, taken from the polysemy-zoo"; description = "Run several effects at once, taken from the polysemy-zoo";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"polysemy-socket" = callPackage "polysemy-socket" = callPackage
@ -250688,6 +250697,8 @@ self: {
]; ];
description = "Use OS processes as stream transformation functions"; description = "Use OS processes as stream transformation functions";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"streamproc" = callPackage "streamproc" = callPackage
@ -257149,6 +257160,8 @@ self: {
]; ];
description = "Check multiple items during a tasty test"; description = "Check multiple items during a tasty test";
license = lib.licenses.isc; license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"tasty-dejafu" = callPackage "tasty-dejafu" = callPackage