mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00: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
3ff06869dc
commit
afda1622bd
@ -2626,6 +2626,7 @@ broken-packages:
|
||||
- imapget
|
||||
- imgur
|
||||
- imj-prelude
|
||||
- imm
|
||||
- immortal-worker
|
||||
- imperative-edsl
|
||||
- imperative-edsl-vhdl
|
||||
@ -3953,6 +3954,7 @@ broken-packages:
|
||||
- polysemy-check
|
||||
- polysemy-keyed-state
|
||||
- polysemy-kvstore-jsonfile
|
||||
- polysemy-log-co
|
||||
- polysemy-managed
|
||||
- polysemy-mocks
|
||||
- polysemy-readline
|
||||
@ -5077,7 +5079,9 @@ broken-packages:
|
||||
- tensorflow
|
||||
- tensorflow-opgen
|
||||
- tensor-safe
|
||||
- termbox-banana
|
||||
- termbox-bindings
|
||||
- termbox-tea
|
||||
- termination-combinators
|
||||
- termplot
|
||||
- term-rewriting
|
||||
@ -5332,6 +5336,7 @@ broken-packages:
|
||||
- type-int
|
||||
- type-interpreter
|
||||
- type-level-bst
|
||||
- type-level-kv-list-esqueleto
|
||||
- type-level-natural-number-induction
|
||||
- type-level-natural-number-operations
|
||||
- typelevel-tensor
|
||||
|
@ -2041,7 +2041,6 @@ dont-distribute-packages:
|
||||
- hedgehog-gen-json
|
||||
- hedis-pile
|
||||
- heist-aeson
|
||||
- heist-extra
|
||||
- helic
|
||||
- helics
|
||||
- helics-wai
|
||||
@ -2958,6 +2957,7 @@ dont-distribute-packages:
|
||||
- persistent-audit
|
||||
- persistent-hssqlppp
|
||||
- persistent-map
|
||||
- persistent-mtl_0_5_0_0
|
||||
- persistent-mysql-haskell
|
||||
- persistent-relational-record
|
||||
- persona-idp
|
||||
@ -3484,7 +3484,7 @@ dont-distribute-packages:
|
||||
- skeletons
|
||||
- sketch-frp-copilot
|
||||
- skylark-client
|
||||
- skylighting_0_13_1
|
||||
- skylighting_0_13_1_1
|
||||
- slate
|
||||
- slidemews
|
||||
- slip32
|
||||
@ -3584,6 +3584,7 @@ dont-distribute-packages:
|
||||
- stackage-setup
|
||||
- stackage-upload
|
||||
- stackage2nix
|
||||
- stackctl
|
||||
- stan
|
||||
- starrover2
|
||||
- stateful-mtl
|
||||
|
@ -135841,7 +135841,6 @@ self: {
|
||||
];
|
||||
description = "Extra heist functionality";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"helf" = callPackage
|
||||
@ -159465,6 +159464,8 @@ self: {
|
||||
];
|
||||
description = "Execute arbitrary actions for each item from RSS/Atom feeds";
|
||||
license = lib.licenses.cc0;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"immortal_0_2_2_1" = callPackage
|
||||
@ -224089,6 +224090,8 @@ self: {
|
||||
];
|
||||
description = "Colog adapters for Polysemy.Log";
|
||||
license = "BSD-2-Clause-Patent";
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"polysemy-log-di" = callPackage
|
||||
@ -269735,6 +269738,7 @@ self: {
|
||||
executableHaskellDepends = [ base ];
|
||||
testHaskellDepends = [ base hspec yaml ];
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "stackctl";
|
||||
}) {};
|
||||
|
||||
@ -282085,6 +282089,8 @@ self: {
|
||||
libraryHaskellDepends = [ base reactive-banana termbox ];
|
||||
description = "termbox + reactive-banana";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"termbox-bindings" = callPackage
|
||||
@ -282138,6 +282144,8 @@ self: {
|
||||
libraryHaskellDepends = [ base ki termbox ];
|
||||
description = "termbox + The Elm Architecture";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"termcolor" = callPackage
|
||||
@ -293676,6 +293684,8 @@ self: {
|
||||
libraryHaskellDepends = [ base esqueleto text type-level-kv-list ];
|
||||
description = "Make Esqueleto handy with type-level-kv-list";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"type-level-natural-number" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user