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-07-27 17:34:04 +02:00
parent e4e9e90772
commit e33e2ac2f2
3 changed files with 30 additions and 2 deletions

View file

@ -543,6 +543,7 @@ broken-packages:
- cabalgraph
- cabal-graphdeps
- cabal-helper
- cabal-hoogle
- Cabal-ide-backend
- cabal-info
- cabal-install-bundle
@ -1259,6 +1260,7 @@ broken-packages:
- ebnf-bff
- eccrypto
- ecma262
- ecta
- ecu
- eddie
- ede
@ -1304,6 +1306,7 @@ broken-packages:
- emailaddress
- email-header
- email-postmark
- embed-config
- embla
- emgm
- Emping
@ -2866,6 +2869,7 @@ broken-packages:
- koellner-phonetic
- koneko
- Konf
- konnakol
- kontra-config
- koofr-client
- korea-holidays
@ -4013,6 +4017,7 @@ broken-packages:
- postgres-embedded
- PostgreSQL
- postgresql-lo-stream
- postgresql-ltree
- postgresql-named
- postgresql-query
- postgresql-resilient
@ -5490,6 +5495,7 @@ broken-packages:
- validated-types
- Validation
- validations
- validity-network-uri
- valid-names
- value-supply
- vampire

View file

@ -304,6 +304,7 @@ dont-distribute-packages:
- PlslTools
- Printf-TH
- ProbabilityMonads
- PropaFP
- Pugs
- Pup-Events
- Pup-Events-Demo
@ -844,6 +845,7 @@ dont-distribute-packages:
- bricks-rendering
- bricks-syntax
- bronyradiogermany-streaming
- btc-lsp
- btree
- buchhaltung
- buildbox-tools
@ -1316,6 +1318,7 @@ dont-distribute-packages:
- ekg-carbon
- ekg-cloudwatch
- ekg-wai
- electrs-client
- elerea-examples
- elliptic-curve
- elsa
@ -1452,7 +1455,6 @@ dont-distribute-packages:
- fixed-point-vector-space
- fixed-precision
- fixhs
- flac-picture
- flashblast
- flatbuffers
- flexiwrap
@ -1550,6 +1552,7 @@ dont-distribute-packages:
- geniconvert
- geniserver
- genvalidity-mergeful
- genvalidity-network-uri
- genvalidity-sydtest
- genvalidity-sydtest-aeson
- genvalidity-sydtest-hashable
@ -3120,6 +3123,7 @@ dont-distribute-packages:
- poseidon
- poseidon-postgis
- postgresql-pure
- postgresql-simple-ltree
- postgresql-simple-queue
- postgresql-simple-typed
- postgresql-tx-query
@ -3194,6 +3198,7 @@ dont-distribute-packages:
- pvd
- qd-vec
- qhs
- qhull
- qr-imager
- qr-repa
- qtah-examples

View file

@ -16712,6 +16712,7 @@ self: {
];
description = "Auto-active verification of floating-point programs";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"Proper" = callPackage
@ -48816,6 +48817,7 @@ self: {
];
description = "Lightning service provider";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"btree" = callPackage
@ -51660,7 +51662,9 @@ self: {
testToolDepends = [ hoogle tasty-discover ];
description = "generate hoogle database for cabal project and dependencies";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "cabal-hoogle";
broken = true;
}) {};
"cabal-info" = callPackage
@ -87048,7 +87052,9 @@ self: {
pretty-simple text time unordered-containers vector
];
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "hectare";
broken = true;
}) {};
"ecu" = callPackage
@ -88373,6 +88379,7 @@ self: {
testHaskellDepends = [ base hspec network-bitcoin ];
description = "Electrs client library for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"electrum-mnemonic" = callPackage
@ -89533,6 +89540,8 @@ self: {
testHaskellDepends = [ aeson base hspec ];
description = "Reasonable conventions for embedding YAML configuration with Template Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"embeddock" = callPackage
@ -98925,7 +98934,6 @@ self: {
testToolDepends = [ hspec-discover ];
description = "Support for writing picture to FLAC metadata blocks with JuicyPixels";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"flaccuraterip" = callPackage
@ -107099,6 +107107,7 @@ self: {
];
description = "GenValidity support for URI";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-path" = callPackage
@ -168429,6 +168438,8 @@ self: {
testHaskellDepends = [ base ];
description = "Formalising the rules of Konnakol, an Indian percussional art form";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"kontra-config" = callPackage
@ -222721,6 +222732,8 @@ self: {
testHaskellDepends = [ base hspec QuickCheck text ];
description = "Types and functions for representing PostgreSQL's ltree";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"postgresql-migration" = callPackage
@ -223036,6 +223049,7 @@ self: {
];
description = "Instances for using ltree with postgresql-simple";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"postgresql-simple-migration" = callPackage
@ -229954,6 +229968,7 @@ self: {
];
description = "Delaunay triangulation, Voronoi diagrams and convex hulls";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"qhull-simple" = callPackage
@ -295605,6 +295620,8 @@ self: {
libraryHaskellDepends = [ base network-uri validity ];
description = "Validity instances for URI";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"validity-path" = callPackage