mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +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
0f3d35981c
commit
44ff13dd30
@ -1088,6 +1088,7 @@ broken-packages:
|
||||
- DigitalOcean
|
||||
- digitalocean-kzs
|
||||
- digits
|
||||
- dijkstra-simple
|
||||
- DimensionalHash
|
||||
- dimensional-tf
|
||||
- diophantine
|
||||
|
@ -525,6 +525,9 @@ dont-distribute-packages:
|
||||
- base64-bytes
|
||||
- baserock-schema
|
||||
- batchd
|
||||
- batchd-core
|
||||
- batchd-docker
|
||||
- batchd-libvirt
|
||||
- batching
|
||||
- battlenet-yesod
|
||||
- battleships
|
||||
@ -725,9 +728,7 @@ dont-distribute-packages:
|
||||
- claferwiki
|
||||
- clash
|
||||
- clash-ghc
|
||||
- clash-ghc_1_4_7
|
||||
- clash-lib
|
||||
- clash-lib_1_4_7
|
||||
- clash-multisignal
|
||||
- clash-prelude-quickcheck
|
||||
- clash-shake
|
||||
@ -786,6 +787,7 @@ dont-distribute-packages:
|
||||
- comic
|
||||
- commsec-keyexchange
|
||||
- comonad-random
|
||||
- compaREST
|
||||
- compact-mutable
|
||||
- complexity
|
||||
- computational-algebra
|
||||
@ -1485,6 +1487,12 @@ dont-distribute-packages:
|
||||
- hasql-cursor-query
|
||||
- hasql-postgres
|
||||
- hasql-postgres-options
|
||||
- hasql-streams-conduit
|
||||
- hasql-streams-core
|
||||
- hasql-streams-example
|
||||
- hasql-streams-pipes
|
||||
- hasql-streams-streaming
|
||||
- hasql-streams-streamly
|
||||
- hasql-th
|
||||
- hastache-aeson
|
||||
- haste-app
|
||||
@ -2546,7 +2554,6 @@ dont-distribute-packages:
|
||||
- reactor
|
||||
- readpyc
|
||||
- reanimate
|
||||
- reanimate_1_1_5_0
|
||||
- record-aeson
|
||||
- record-gl
|
||||
- record-preprocessor
|
||||
|
@ -39759,6 +39759,7 @@ self: {
|
||||
];
|
||||
description = "Core modules of batchd, to use in batchd extensions";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"batchd-docker" = callPackage
|
||||
@ -39774,6 +39775,7 @@ self: {
|
||||
];
|
||||
description = "docker containers host controller for batchd";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"batchd-libvirt" = callPackage
|
||||
@ -39790,6 +39792,7 @@ self: {
|
||||
];
|
||||
description = "host controller for batchd, which controls virtual machines via libvirt library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"batching" = callPackage
|
||||
@ -61363,6 +61366,7 @@ self: {
|
||||
];
|
||||
description = "Compatibility checker for OpenAPI";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"compact" = callPackage
|
||||
@ -78467,6 +78471,8 @@ self: {
|
||||
testHaskellDepends = [ base containers fingertree hspec ];
|
||||
description = "A simpler Dijkstra shortest paths implementation";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"dimensional" = callPackage
|
||||
@ -128763,6 +128769,7 @@ self: {
|
||||
];
|
||||
description = "Stream Hasql queries with Conduit";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-streams-core" = callPackage
|
||||
@ -128774,6 +128781,7 @@ self: {
|
||||
libraryHaskellDepends = [ base hasql hasql-transaction-io ];
|
||||
description = "Stream Hasql queries";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-streams-example" = callPackage
|
||||
@ -128798,6 +128806,7 @@ self: {
|
||||
];
|
||||
description = "An example program that shows how to use Hasql streams with Rel8";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-streams-pipes" = callPackage
|
||||
@ -128814,6 +128823,7 @@ self: {
|
||||
];
|
||||
description = "Stream Hasql queries with Pipes";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-streams-streaming" = callPackage
|
||||
@ -128830,6 +128840,7 @@ self: {
|
||||
];
|
||||
description = "Stream Hasql queries with Streaming";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-streams-streamly" = callPackage
|
||||
@ -128846,6 +128857,7 @@ self: {
|
||||
];
|
||||
description = "Stream Hasql queries with Streamly";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hasql-th" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user