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:
Dennis Gosnell 2022-06-23 13:05:10 +09:00
parent 15beddf02a
commit 3f72ea8615
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 41 additions and 2 deletions

View file

@ -493,6 +493,7 @@ broken-packages:
- buster - buster
- Buster - Buster
- butter - butter
- buttplug-hs-core
- bv-little - bv-little
- byline - byline
- bytearray-parsing - bytearray-parsing
@ -2065,6 +2066,7 @@ broken-packages:
- hasql-explain-tests - hasql-explain-tests
- hasql-generic - hasql-generic
- hasql-implicits - hasql-implicits
- hasql-resource-pool
- hasql-simple - hasql-simple
- hasql-streams-example - hasql-streams-example
- hasql-url - hasql-url
@ -2556,6 +2558,7 @@ broken-packages:
- hweblib - hweblib
- hw-fingertree-strict - hw-fingertree-strict
- hwhile - hwhile
- hw-lazy
- hw-mquery - hw-mquery
- hworker - hworker
- hw-playground-linear - hw-playground-linear
@ -2664,6 +2667,7 @@ broken-packages:
- interruptible - interruptible
- interval - interval
- interval-algebra - interval-algebra
- interval-patterns
- IntFormats - IntFormats
- int-multimap - int-multimap
- intricacy - intricacy
@ -2816,6 +2820,7 @@ broken-packages:
- kawaii - kawaii
- Kawaii-Parser - Kawaii-Parser
- kawhi - kawhi
- kazura-queue
- kdesrc-build-extra - kdesrc-build-extra
- kdt - kdt
- kd-tree - kd-tree
@ -3951,6 +3956,7 @@ broken-packages:
- polynom - polynom
- polynomial-algebra - polynomial-algebra
- polysemy-check - polysemy-check
- polysemy-http
- polysemy-keyed-state - polysemy-keyed-state
- polysemy-kvstore-jsonfile - polysemy-kvstore-jsonfile
- polysemy-managed - polysemy-managed
@ -4230,6 +4236,7 @@ broken-packages:
- reason-export - reason-export
- record - record
- record-encode - record-encode
- record-impl
- records - records
- record-wrangler - record-wrangler
- recursion-schemes-ext - recursion-schemes-ext
@ -5625,6 +5632,7 @@ broken-packages:
- winery - winery
- wires - wires
- wiring - wiring
- witness
- witty - witty
- wkt - wkt
- wkt-geom - wkt-geom
@ -5733,6 +5741,7 @@ broken-packages:
- YamlReference - YamlReference
- yaml-rpc - yaml-rpc
- yaml-union - yaml-union
- yaml-unscrambler
- yampa2048 - yampa2048
- yampa-glfw - yampa-glfw
- yampa-gloss - yampa-gloss

View file

@ -1275,6 +1275,9 @@ dont-distribute-packages:
- dobutokO4 - dobutokO4
- doc-review - doc-review
- dom-parser - dom-parser
- domain
- domain-aeson
- domain-cereal
- dormouse-client - dormouse-client
- dotparse - dotparse
- doublezip - doublezip
@ -1939,6 +1942,8 @@ dont-distribute-packages:
- haskades - haskades
- haskdeep - haskdeep
- haskeem - haskeem
- haskell-admin
- haskell-admin-managed-functions
- haskell-aliyun - haskell-aliyun
- haskell-bitmex-client - haskell-bitmex-client
- haskell-docs - haskell-docs
@ -2169,6 +2174,7 @@ dont-distribute-packages:
- hranker - hranker
- hreq-client - hreq-client
- hreq-conduit - hreq-conduit
- hriemann
- hs - hs
- hs-blake2 - hs-blake2
- hs-ffmpeg - hs-ffmpeg
@ -2490,7 +2496,6 @@ dont-distribute-packages:
- labyrinth - labyrinth
- labyrinth-server - labyrinth-server
- laika - laika
- lambda-calculator
- lambda-devs - lambda-devs
- lambda-options - lambda-options
- lambdaFeed - lambdaFeed
@ -3316,6 +3321,7 @@ dont-distribute-packages:
- regions-monadsfd - regions-monadsfd
- regions-monadstf - regions-monadstf
- regions-mtl - regions-mtl
- registry-aeson
- registry-hedgehog - registry-hedgehog
- registry-hedgehog-aeson - registry-hedgehog-aeson
- registry-messagepack - registry-messagepack

View file

@ -49540,7 +49540,9 @@ self: {
]; ];
description = "Client library for buttplug.io"; description = "Client library for buttplug.io";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "buttplug-example"; mainProgram = "buttplug-example";
broken = true;
}) {}; }) {};
"bv" = callPackage "bv" = callPackage
@ -83622,6 +83624,7 @@ self: {
]; ];
description = "Codegen helping you define domain models"; description = "Codegen helping you define domain models";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"domain-aeson" = callPackage "domain-aeson" = callPackage
@ -83641,6 +83644,7 @@ self: {
testHaskellDepends = [ domain rerebase ]; testHaskellDepends = [ domain rerebase ];
description = "Integration of domain with aeson"; description = "Integration of domain with aeson";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"domain-auth" = callPackage "domain-auth" = callPackage
@ -83677,6 +83681,7 @@ self: {
testHaskellDepends = [ cereal cereal-text domain rerebase ]; testHaskellDepends = [ cereal cereal-text domain rerebase ];
description = "Integration of domain with cereal"; description = "Integration of domain with cereal";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"domain-core" = callPackage "domain-core" = callPackage
@ -125463,6 +125468,7 @@ self: {
]; ];
description = "Remote Management Platform for Haskell Applications"; description = "Remote Management Platform for Haskell Applications";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"haskell-admin-core" = callPackage "haskell-admin-core" = callPackage
@ -125524,6 +125530,7 @@ self: {
]; ];
description = "Managed Functions integration for Haskell Admin"; description = "Managed Functions integration for Haskell Admin";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"haskell-aliyun" = callPackage "haskell-aliyun" = callPackage
@ -129836,6 +129843,8 @@ self: {
testHaskellDepends = [ base-prelude hasql hspec ]; testHaskellDepends = [ base-prelude hasql hspec ];
description = "A pool of connections for Hasql based on resource-pool"; description = "A pool of connections for Hasql based on resource-pool";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hasql-simple" = callPackage "hasql-simple" = callPackage
@ -142953,6 +142962,7 @@ self: {
]; ];
description = "A Riemann Client for Haskell"; description = "A Riemann Client for Haskell";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "hriemann-exe"; mainProgram = "hriemann-exe";
}) {}; }) {};
@ -152530,6 +152540,8 @@ self: {
testToolDepends = [ doctest-discover hspec-discover ]; testToolDepends = [ doctest-discover hspec-discover ];
description = "Combinators for lazy IO"; description = "Combinators for lazy IO";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hw-mquery" = callPackage "hw-mquery" = callPackage
@ -158752,6 +158764,8 @@ self: {
time time-compat time time-compat
]; ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"intervals" = callPackage "intervals" = callPackage
@ -165396,6 +165410,8 @@ self: {
]; ];
description = "Fast concurrent queues much inspired by unagi-chan"; description = "Fast concurrent queues much inspired by unagi-chan";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"kbq-gu" = callPackage "kbq-gu" = callPackage
@ -167841,7 +167857,6 @@ self: {
]; ];
description = "A lambda calculus interpreter"; description = "A lambda calculus interpreter";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "lambda-calculator"; mainProgram = "lambda-calculator";
}) {}; }) {};
@ -219002,6 +219017,8 @@ self: {
]; ];
description = "Polysemy Effects for HTTP clients"; description = "Polysemy Effects for HTTP clients";
license = "BSD-2-Clause-Patent"; license = "BSD-2-Clause-Patent";
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"polysemy-keyed-state" = callPackage "polysemy-keyed-state" = callPackage
@ -233102,6 +233119,8 @@ self: {
]; ];
testHaskellDepends = [ base time ]; testHaskellDepends = [ base time ];
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"record-operations" = callPackage "record-operations" = callPackage
@ -235828,6 +235847,7 @@ self: {
]; ];
description = "Aeson encoders / decoders"; description = "Aeson encoders / decoders";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"registry-hedgehog" = callPackage "registry-hedgehog" = callPackage
@ -301180,6 +301200,8 @@ self: {
libraryHaskellDepends = [ base constraints countable ]; libraryHaskellDepends = [ base constraints countable ];
description = "values that witness types"; description = "values that witness types";
license = lib.licenses.bsd2; license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"witty" = callPackage "witty" = callPackage
@ -306244,6 +306266,8 @@ self: {
]; ];
description = "Flexible declarative YAML parsing toolkit"; description = "Flexible declarative YAML parsing toolkit";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"yaml2owl" = callPackage "yaml2owl" = callPackage