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 2022-10-01 13:01:51 +02:00
parent 528cdca4be
commit ed1577d17d
3 changed files with 16 additions and 1 deletions

View file

@ -1138,6 +1138,7 @@ broken-packages:
- disjoint-containers
- disjoint-set
- disjoint-set-stateful
- disk-bytes
- Dist
- distance
- distributed-closure
@ -2103,6 +2104,7 @@ broken-packages:
- HDBC-postgresql-hstore
- hdevtools
- hdf
- hdf5
- hDFA
- hdigest
- hdis86
@ -5294,6 +5296,7 @@ broken-packages:
- twine
- twirp
- twisty
- twitchapi
- twitter
- twitter-feed
- twitter-types
@ -5325,6 +5328,7 @@ broken-packages:
- type-of-html-static
- typeparams
- type-prelude
- type-reflection
- type-rig
- types-compat
- type-settheory

View file

@ -3045,6 +3045,7 @@ dont-distribute-packages:
- product
- prof2dot
- progressbar
- project-forge
- project-m36
- prolog-graph
- prolog-graph-lib
@ -3054,7 +3055,6 @@ dont-distribute-packages:
- propane
- proplang
- prosidyc
- proteome
- proto-lens-descriptors
- proto3-suite
- proto3-wire
@ -3295,6 +3295,7 @@ dont-distribute-packages:
- ruler
- ruler-core
- runtime-arbitrary
- runtime-instances
- rv
- s-expression
- safe-coloured-text-gen

View file

@ -82390,6 +82390,8 @@ self: {
benchmarkHaskellDepends = [ base bytestring text ];
description = "On-disk storage, but referentially transparent";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"disk-free-space" = callPackage
@ -134065,6 +134067,8 @@ self: {
];
description = "Haskell interface to the HDF5 scientific data storage library";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {hdf5-serial = null;};
"hdf5-lite" = callPackage
@ -228955,6 +228959,7 @@ self: {
testHaskellDepends = [ aeson base filepath tasty tasty-hunit ];
description = "A project initialization library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"project-m36" = callPackage
@ -246513,6 +246518,7 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit type-reflection ];
description = "Look up class instances at runtime";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"rustls" = callPackage
@ -291566,6 +291572,8 @@ self: {
];
description = "Client access to Twitch.tv API endpoints";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"twitter" = callPackage
@ -292413,6 +292421,8 @@ self: {
testHaskellDepends = [ base tasty tasty-hunit ];
description = "Support functions to work with type representations";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"type-rig" = callPackage