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-30 17:04:41 +01:00
parent 84e79e1148
commit a53a14bc2d
3 changed files with 61 additions and 6 deletions

View file

@ -264,6 +264,7 @@ broken-packages:
- avatar-generator
- aviation-units
- avl-static
- avro
- avro-piper
- avr-shake
- avwx
@ -1149,6 +1150,7 @@ broken-packages:
- djinn-th
- dmcc
- dmenu
- dnf-repo
- dns-patterns
- dnsrbl
- dnssd
@ -1257,6 +1259,7 @@ broken-packages:
- edit
- edit-lenses
- editline
- effectful-st
- effect-handlers
- effective-aspects
- effect-monad
@ -1357,6 +1360,8 @@ broken-packages:
- eventful-sql-common
- eventsource-api
- eventstore
- eventuo11y
- eventuo11y-dsl
- evoke
- ewe
- exact-cover
@ -2350,6 +2355,7 @@ broken-packages:
- hquantlib
- hquery
- hR
- h-raylib
- hreq-core
- h-reversi
- hricket
@ -3339,6 +3345,7 @@ broken-packages:
- monoid-owns
- monoidplus
- monoids
- monomer-hagrid
- monopati
- monus
- monzo
@ -3590,6 +3597,7 @@ broken-packages:
- Omega
- om-elm
- om-fail
- om-fork
- om-http
- om-http-logging
- omnifmt
@ -4106,6 +4114,7 @@ broken-packages:
- Pup-Events-Server
- pure-io
- pure-priority-queue
- purescript
- purescript-tsd-gen
- pure-zlib
- pushbullet
@ -5363,6 +5372,9 @@ broken-packages:
- unescaping-print
- unfix-binders
- unfoldable
- unicode-data-names
- unicode-data-scripts
- unicode-data-security
- unicode-prelude
- unicode-symbols
- unicode-tricks

View file

@ -234,6 +234,7 @@ dont-distribute-packages:
- KiCS-debugger
- KiCS-prophecy
- LDAPv3
- LPPaver
- LambdaHack
- LambdaINet
- LambdaPrettyQuote
@ -922,6 +923,7 @@ dont-distribute-packages:
- cheapskate-terminal
- check-pvp
- chevalier-common
- chiasma-test
- chitauri
- choose-exe
- chorale-geo
@ -1346,6 +1348,8 @@ dont-distribute-packages:
- eventsource-geteventstore-store
- eventsource-store-specs
- eventsource-stub-store
- eventuo11y-batteries
- eventuo11y-json
- every-bit-counts
- exception-monads-fd
- exference
@ -1555,7 +1559,7 @@ dont-distribute-packages:
- gi-ges
- gi-gsk
- gi-gstpbutils
- gi-gtk_4_0_5
- gi-gtk_4_0_6
- gipeda
- git-config
- git-fmt
@ -2134,6 +2138,7 @@ dont-distribute-packages:
- hpaste
- hpc-tracer
- hplayground
- hpqtypes-effectful
- hpqtypes-extras
- hprotoc-fork
- hps
@ -2173,6 +2178,7 @@ dont-distribute-packages:
- hsfacter
- hsinspect-lsp
- hslogstash
- hslua-module-zip
- hsnsq
- hspec-expectations-pretty
- hspec-pg-transact
@ -2224,6 +2230,7 @@ dont-distribute-packages:
- huzzy
- hw-all
- hw-aws-sqs-conduit
- hw-kafka-avro
- hw-uri
- hworker-ses
- hwormhole
@ -2278,7 +2285,6 @@ dont-distribute-packages:
- indentation-parsec
- indentation-trifecta
- indexation
- indieweb-algorithms
- indigo
- infernu
- infinity
@ -2446,6 +2452,7 @@ dont-distribute-packages:
- lambdiff
- lang
- language-Modula2
- language-avro
- language-boogie
- language-ecmascript-analysis
- language-eiffel
@ -2653,7 +2660,6 @@ dont-distribute-packages:
- metar-http
- metronome
- micro-gateway
- microformats2-parser
- microformats2-types
- midimory
- mighttpd
@ -2715,6 +2721,8 @@ dont-distribute-packages:
- morpheus-graphql-cli
- morpheus-graphql-client
- morpheus-graphql-code-gen
- morpheus-graphql-code-gen-utils
- morpheus-graphql-server
- morpheus-graphql-subscriptions
- morphisms-functors-inventory
- mortred
@ -2994,6 +3002,7 @@ dont-distribute-packages:
- pisigma
- pitchtrack
- pkgtreediff
- pkgtreediff_0_6_0
- planet-mitchell
- playlists-http
- plocketed
@ -3272,6 +3281,7 @@ dont-distribute-packages:
- ribosome-host
- ribosome-host-test
- ribosome-root
- ribosome-test
- ridley-extras
- rio-process-pool
- riot
@ -3473,7 +3483,7 @@ dont-distribute-packages:
- skeletons
- sketch-frp-copilot
- skylark-client
- skylighting_0_13
- skylighting_0_13_1
- slate
- slidemews
- slip32

View file

@ -12640,6 +12640,7 @@ self: {
];
description = "An automated prover targeting problems that involve nonlinear real arithmetic";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "lppaver";
}) {};
@ -38113,6 +38114,8 @@ self: {
];
description = "Avro serialization support for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"avro-piper" = callPackage
@ -57747,6 +57750,7 @@ self: {
];
description = "A tmux client for Polysemy";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"chimera" = callPackage
@ -83670,7 +83674,9 @@ self: {
testHaskellDepends = [ base simple-cmd ];
description = "DNF wrapper tool to control repos";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "dnf-repo";
broken = true;
}) {};
"dns" = callPackage
@ -88459,6 +88465,8 @@ self: {
libraryHaskellDepends = [ base effectful-core primitive ];
description = "`ST`-style mutation for `effectful`";
license = lib.licenses.cc0;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"effectful-th" = callPackage
@ -93677,6 +93685,8 @@ self: {
];
description = "An event-oriented observability library";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"eventuo11y-batteries" = callPackage
@ -93698,6 +93708,7 @@ self: {
];
description = "Grab bag of eventuo11y-enriched functionality";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"eventuo11y-dsl" = callPackage
@ -93709,6 +93720,8 @@ self: {
libraryHaskellDepends = [ base template-haskell th-compat ];
description = "DSL for defining eventuo11y fields and selectors";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"eventuo11y-json" = callPackage
@ -93725,6 +93738,7 @@ self: {
];
description = "aeson-based rendering for eventuo11y";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"every" = callPackage
@ -122290,6 +122304,8 @@ self: {
librarySystemDepends = [ c libGL libX11 ];
description = "Raylib bindings for Haskell";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {c = null; inherit (pkgs) libGL; inherit (pkgs.xorg) libX11;};
"h-reversi" = callPackage
@ -145665,6 +145681,7 @@ self: {
];
description = "Adaptation of the hpqtypes library for the effectful ecosystem";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hpqtypes-extras" = callPackage
@ -149736,6 +149753,7 @@ self: {
];
description = "Lua module to work with file zips";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"hslua-objectorientation" = callPackage
@ -155817,6 +155835,7 @@ self: {
testHaskellDepends = [ base hedgehog hspec hw-hspec-hedgehog ];
description = "Avro support for Kafka infrastructure";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"hw-kafka-client" = callPackage
@ -160476,7 +160495,6 @@ self: {
];
description = "A collection of implementations of IndieWeb algorithms";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"indigo" = callPackage
@ -172603,6 +172621,7 @@ self: {
];
description = "Language definition and parser for AVRO files";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
}) {};
"language-bash" = callPackage
@ -189710,7 +189729,6 @@ self: {
];
description = "A Microformats 2 parser";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"microformats2-types" = callPackage
@ -194910,7 +194928,9 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A datagrid widget for the Monomer library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "examples";
broken = true;
}) {};
"monomorphic" = callPackage
@ -195565,6 +195585,7 @@ self: {
];
description = "Morpheus GraphQL CLI";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"morpheus-graphql-core" = callPackage
@ -195620,6 +195641,7 @@ self: {
];
description = "Morpheus GraphQL";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"morpheus-graphql-subscriptions" = callPackage
@ -207710,6 +207732,8 @@ self: {
];
description = "Concurrency utilities";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"om-http" = callPackage
@ -232336,7 +232360,9 @@ self: {
doCheck = false;
description = "PureScript Programming Language Compiler";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "purs";
broken = true;
}) {};
"purescript-ast" = callPackage
@ -244968,6 +244994,7 @@ self: {
];
description = "Test tools for Ribosome";
license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
}) {};
"richreports" = callPackage
@ -295997,6 +296024,8 @@ self: {
benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ];
description = "Unicode characters names and aliases";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"unicode-data-scripts" = callPackage
@ -296015,6 +296044,8 @@ self: {
];
description = "Unicode characters scripts";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"unicode-data-security" = callPackage
@ -296031,6 +296062,8 @@ self: {
benchmarkHaskellDepends = [ base deepseq tasty tasty-bench ];
description = "Unicode security mechanisms database";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"unicode-general-category" = callPackage