haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh

Note: some failing packages are not marked as broken to monitor multiple
weird failures involving:

> Test.QuickCheck.resize: negative size

Could be a bug involving hspec and QuickCheck in some way.
main
sternenseemann 2 years ago
parent 25499c8e6b
commit c9aacf1f8b
  1. 4
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 2
      pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
  3. 9
      pkgs/development/haskell-modules/hackage-packages.nix

@ -1687,8 +1687,8 @@ broken-packages:
- ghcup
- ghc-usage
- gh-labeler
- giak
- gi-adwaita
- giak
- gi-cogl
- Gifcurry
- gi-gio-hs-list-model
@ -2546,6 +2546,7 @@ broken-packages:
- hylolib
- hyperdrive
- hyperfunctions
- hyper-haskell-server
- hyperion
- hyperloglogplus
- hyperscript
@ -4025,6 +4026,7 @@ broken-packages:
- process-leksah
- process-listlike
- processmemory
- procex
- procrastinating-variable
- procstat
- prof2pretty

@ -2446,7 +2446,6 @@ dont-distribute-packages:
- kansas-lava-shake
- karakuri
- karps
- katip-elasticsearch
- katip-raven
- katip-rollbar
- keenser
@ -2789,6 +2788,7 @@ dont-distribute-packages:
- moonshine
- morley
- morley-client
- morley-prelude
- morley-upgradeable
- morpheus-graphql
- morpheus-graphql-app

@ -45328,7 +45328,6 @@ self: {
];
description = "Elasticsearch client library for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"bloodhound-amazonka-auth" = callPackage
@ -106948,6 +106947,8 @@ self: {
platforms = [
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
];
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) libadwaita;};
"gi-atk" = callPackage
@ -150269,6 +150270,8 @@ self: {
];
description = "Server back-end for the HyperHaskell graphical Haskell interpreter";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hyperdrive" = callPackage
@ -161101,7 +161104,6 @@ self: {
];
description = "ElasticSearch scribe for the Katip logging framework";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"katip-kafka" = callPackage
@ -186559,6 +186561,7 @@ self: {
];
description = "A custom prelude used in Morley";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"morley-upgradeable" = callPackage
@ -219134,6 +219137,8 @@ self: {
testHaskellDepends = [ async base bytestring hspec unix ];
description = "Ergonomic process launching with extreme flexibility and speed";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"procrastinating-structure" = callPackage

Loading…
Cancel
Save