mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
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:
parent
4ce5d01652
commit
142229d252
3 changed files with 44 additions and 5 deletions
|
@ -455,6 +455,7 @@ broken-packages:
|
|||
- brick-dropdownmenu
|
||||
- bricks-internal
|
||||
- brillig
|
||||
- broadcast-chan-tests
|
||||
- broccoli
|
||||
- brok
|
||||
- broker-haskell
|
||||
|
@ -571,6 +572,7 @@ broken-packages:
|
|||
- capnp
|
||||
- capped-list
|
||||
- capri
|
||||
- captcha-core
|
||||
- caramia
|
||||
- carbonara
|
||||
- cardano-coin-selection
|
||||
|
@ -3881,6 +3883,7 @@ broken-packages:
|
|||
- pretty-ncols
|
||||
- prettyprinter-vty
|
||||
- prim-array
|
||||
- primecount
|
||||
- primes-type
|
||||
- prim-instances
|
||||
- PrimitiveArray-Pretty
|
||||
|
@ -4452,6 +4455,8 @@ broken-packages:
|
|||
- show-prettyprint
|
||||
- Shpadoinkle-backend-pardiff
|
||||
- Shpadoinkle-backend-snabbdom
|
||||
- Shpadoinkle-backend-static
|
||||
- Shpadoinkle-html
|
||||
- Shpadoinkle-isreal
|
||||
- Shpadoinkle-streaming
|
||||
- Shpadoinkle-template
|
||||
|
@ -4852,6 +4857,7 @@ broken-packages:
|
|||
- tagsoup-selection
|
||||
- tai
|
||||
- tai64
|
||||
- tailwind
|
||||
- takahashi
|
||||
- Takusen
|
||||
- takusen-oracle
|
||||
|
|
|
@ -618,6 +618,8 @@ dont-distribute-packages:
|
|||
- bricks-parsec
|
||||
- bricks-rendering
|
||||
- bricks-syntax
|
||||
- broadcast-chan-conduit
|
||||
- broadcast-chan-pipes
|
||||
- bronyradiogermany-streaming
|
||||
- brotli-conduit
|
||||
- brotli-streams
|
||||
|
@ -659,6 +661,8 @@ dont-distribute-packages:
|
|||
- canteven-http
|
||||
- cao
|
||||
- cap
|
||||
- captcha-2captcha
|
||||
- captcha-capmonster
|
||||
- car-pool
|
||||
- carboncopy
|
||||
- cartel
|
||||
|
@ -827,6 +831,8 @@ dont-distribute-packages:
|
|||
- copilot-language
|
||||
- copilot-libraries
|
||||
- copilot-theorem
|
||||
- core-webserver-servant
|
||||
- core-webserver-warp
|
||||
- coroutine-enumerator
|
||||
- coroutine-iteratee
|
||||
- couch-simple
|
||||
|
@ -1186,7 +1192,7 @@ dont-distribute-packages:
|
|||
- funnyprint
|
||||
- funsat
|
||||
- fused-effects-squeal
|
||||
- futhark_0_21_2
|
||||
- futhark_0_21_4
|
||||
- fwgl-glfw
|
||||
- fwgl-javascript
|
||||
- fxpak
|
||||
|
@ -1652,6 +1658,7 @@ dont-distribute-packages:
|
|||
- hsfacter
|
||||
- hslogstash
|
||||
- hspec-expectations-pretty
|
||||
- hspec-expectations-pretty-diff_0_7_2_6
|
||||
- hspec-pg-transact
|
||||
- hspec-setup
|
||||
- hspec-shouldbe
|
||||
|
@ -1810,6 +1817,7 @@ dont-distribute-packages:
|
|||
- ivy-web
|
||||
- iyql
|
||||
- j2hs
|
||||
- jacinda
|
||||
- jail
|
||||
- java-bridge-extras
|
||||
- java-character
|
||||
|
@ -1890,6 +1898,7 @@ dont-distribute-packages:
|
|||
- knead-arithmetic
|
||||
- knit-haskell
|
||||
- knots
|
||||
- koji-tool
|
||||
- korfu
|
||||
- ks-test
|
||||
- kurita
|
||||
|
@ -2161,6 +2170,7 @@ dont-distribute-packages:
|
|||
- mprover
|
||||
- mps
|
||||
- mptcp
|
||||
- mptcpanalyzer
|
||||
- msgpack-aeson
|
||||
- msgpack-idl
|
||||
- msgpack-rpc
|
||||
|
@ -2295,7 +2305,7 @@ dont-distribute-packages:
|
|||
- pairing
|
||||
- panda
|
||||
- pandoc-japanese-filters
|
||||
- pandoc_2_16_2
|
||||
- pandoc_2_17
|
||||
- papa
|
||||
- papa-base
|
||||
- papa-base-implement
|
||||
|
@ -2443,6 +2453,7 @@ dont-distribute-packages:
|
|||
- proto3-suite
|
||||
- protobuf-native
|
||||
- protocol-buffers-descriptor-fork
|
||||
- psql
|
||||
- puffytools
|
||||
- pugs-compat
|
||||
- pugs-hsregex
|
||||
|
|
|
@ -18581,6 +18581,8 @@ self: {
|
|||
libraryHaskellDepends = [ base compactable Shpadoinkle text ];
|
||||
description = "A backend for rendering Shpadoinkle as Text";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"Shpadoinkle-console" = callPackage
|
||||
|
@ -18697,6 +18699,8 @@ self: {
|
|||
];
|
||||
description = "A typed, template generated Html DSL, and helpers";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"Shpadoinkle-isreal" = callPackage
|
||||
|
@ -47328,6 +47332,7 @@ self: {
|
|||
];
|
||||
description = "Conduit-based parallel streaming code for broadcast-chan";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"broadcast-chan-pipes" = callPackage
|
||||
|
@ -47344,6 +47349,7 @@ self: {
|
|||
];
|
||||
description = "Pipes-based parallel streaming code for broadcast-chan";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"broadcast-chan-tests" = callPackage
|
||||
|
@ -47368,6 +47374,8 @@ self: {
|
|||
];
|
||||
description = "Helpers for generating tests for broadcast-chan";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"broccoli" = callPackage
|
||||
|
@ -52505,6 +52513,7 @@ self: {
|
|||
];
|
||||
description = "A package for integrating a variety of captcha solving services";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"captcha-capmonster" = callPackage
|
||||
|
@ -52529,6 +52538,7 @@ self: {
|
|||
];
|
||||
description = "A package for integrating a variety of captcha solving services";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"captcha-core" = callPackage
|
||||
|
@ -52546,6 +52556,8 @@ self: {
|
|||
];
|
||||
description = "A package for integrating a variety of captcha solving services";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"car-pool" = callPackage
|
||||
|
@ -66251,6 +66263,7 @@ self: {
|
|||
];
|
||||
description = "Interoperability with Servant";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"core-webserver-warp" = callPackage
|
||||
|
@ -66268,6 +66281,7 @@ self: {
|
|||
];
|
||||
description = "Interoperability with Wai/Warp";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"corebot-bliki" = callPackage
|
||||
|
@ -158919,6 +158933,7 @@ self: {
|
|||
doHaddock = false;
|
||||
description = "Functional, expression-oriented data processing language";
|
||||
license = lib.licenses.agpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"jack" = callPackage
|
||||
|
@ -160829,7 +160844,7 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"json-qq" = callPackage
|
||||
({ mkDerivation, base, haskell-src-meta, parsec, template-haskell
|
||||
|
@ -164479,6 +164494,7 @@ self: {
|
|||
testHaskellDepends = [ base simple-cmd ];
|
||||
description = "Koji CLI tool for querying tasks and installing builds";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"kontra-config" = callPackage
|
||||
|
@ -189588,6 +189604,7 @@ self: {
|
|||
];
|
||||
description = "A Multipath TCP analyzer";
|
||||
license = lib.licenses.gpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"mpvguihs" = callPackage
|
||||
|
@ -220252,6 +220269,8 @@ self: {
|
|||
benchmarkHaskellDepends = [ base tasty-bench ];
|
||||
description = "Bindings to the primecount library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) primecount;};
|
||||
|
||||
"primes" = callPackage
|
||||
|
@ -223124,6 +223143,7 @@ self: {
|
|||
];
|
||||
description = "PostgreSQL client";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"psql-helpers" = callPackage
|
||||
|
@ -224501,7 +224521,7 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"pyfi" = callPackage
|
||||
({ mkDerivation, aeson, base, bytestring, containers, pureMD5
|
||||
|
@ -224519,7 +224539,7 @@ self: {
|
|||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) python;};
|
||||
}) {python = null;};
|
||||
|
||||
"python-pickle" = callPackage
|
||||
({ mkDerivation, attoparsec, base, bytestring, cereal, cmdargs
|
||||
|
@ -268610,6 +268630,8 @@ self: {
|
|||
];
|
||||
description = "Tailwind wrapped in Haskell";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tak" = callPackage
|
||||
|
|
Loading…
Reference in a new issue