mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +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
bcf3605380
commit
38d81f2132
@ -445,6 +445,7 @@ broken-packages:
|
||||
- boombox
|
||||
- boots-app
|
||||
- boring-window-switcher
|
||||
- borsh
|
||||
- bot
|
||||
- botpp
|
||||
- bottom
|
||||
@ -1354,6 +1355,7 @@ broken-packages:
|
||||
- etcd
|
||||
- ethereum-rlp
|
||||
- eurofxref
|
||||
- evdev-streamly
|
||||
- eve
|
||||
- eved
|
||||
- event
|
||||
@ -1953,6 +1955,7 @@ broken-packages:
|
||||
- HaPy
|
||||
- haquery
|
||||
- harchive
|
||||
- harfbuzz-pure
|
||||
- HARM
|
||||
- HarmTrace-Base
|
||||
- haroonga
|
||||
@ -3296,6 +3299,7 @@ broken-packages:
|
||||
- monadacme
|
||||
- monad-atom
|
||||
- monad-atom-simple
|
||||
- monad-bayes
|
||||
- monad-branch
|
||||
- MonadCatchIO-transformers
|
||||
- monad-choice
|
||||
@ -4954,6 +4958,7 @@ broken-packages:
|
||||
- supervisor
|
||||
- supervisors
|
||||
- supplemented
|
||||
- supply-chain-core
|
||||
- surjective
|
||||
- sv-core
|
||||
- SVD2HS
|
||||
@ -5109,6 +5114,7 @@ broken-packages:
|
||||
- text-and-plots
|
||||
- text-ascii
|
||||
- text-builder-linear
|
||||
- text-compression
|
||||
- text-containers
|
||||
- text-display
|
||||
- text-format-heavy
|
||||
|
@ -641,6 +641,7 @@ dont-distribute-packages:
|
||||
- apiary-websockets
|
||||
- apis
|
||||
- apotiki
|
||||
- appendful-persistent
|
||||
- approx-rand-test
|
||||
- arbor-monad-metric-datadog
|
||||
- archive-tar-bytestring
|
||||
@ -1531,6 +1532,7 @@ dont-distribute-packages:
|
||||
- geni-util
|
||||
- geniconvert
|
||||
- geniserver
|
||||
- genvalidity-appendful
|
||||
- genvalidity-network-uri
|
||||
- genvalidity-sydtest
|
||||
- genvalidity-sydtest-aeson
|
||||
@ -2190,9 +2192,6 @@ dont-distribute-packages:
|
||||
- hsql-odbc
|
||||
- hsql-postgresql
|
||||
- hsql-sqlite3
|
||||
- hsqml-datamodel-vinyl
|
||||
- hsqml-demo-morris
|
||||
- hsqml-morris
|
||||
- hsreadability
|
||||
- hssqlppp-th
|
||||
- hstar
|
||||
@ -3566,6 +3565,7 @@ dont-distribute-packages:
|
||||
- sql-simple-pool
|
||||
- sql-simple-postgresql
|
||||
- sql-simple-sqlite
|
||||
- sqlite-easy
|
||||
- sqlite-simple-typed
|
||||
- sqsd-local
|
||||
- sscgi
|
||||
@ -3629,6 +3629,7 @@ dont-distribute-packages:
|
||||
- supercollider-midi
|
||||
- superconstraints
|
||||
- supernova
|
||||
- supply-chain
|
||||
- sv
|
||||
- sv-cassava
|
||||
- sv-svfactor
|
||||
|
@ -33301,6 +33301,7 @@ self: {
|
||||
];
|
||||
testToolDepends = [ sydtest-discover ];
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"appendmap" = callPackage
|
||||
@ -47889,6 +47890,8 @@ self: {
|
||||
];
|
||||
description = "Implementation of BORSH serialisation";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"bot" = callPackage
|
||||
@ -93336,6 +93339,8 @@ self: {
|
||||
description = "Bridge for working with evdev and streamly";
|
||||
license = lib.licenses.bsd3;
|
||||
platforms = lib.platforms.linux;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"eve" = callPackage
|
||||
@ -108255,6 +108260,7 @@ self: {
|
||||
appendful base criterion genvalidity-criterion
|
||||
];
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"genvalidity-bytestring" = callPackage
|
||||
@ -127161,7 +127167,9 @@ self: {
|
||||
executableHaskellDepends = [ base bytestring parallel text ];
|
||||
description = "Pure-functional Harfbuzz language bindings";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "shape-text";
|
||||
broken = true;
|
||||
}) {inherit (pkgs) harfbuzz;};
|
||||
|
||||
"harg" = callPackage
|
||||
@ -151658,7 +151666,6 @@ self: {
|
||||
];
|
||||
description = "HsQML DataModel instances for Vinyl Rec";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hsqml-demo-manic" = callPackage
|
||||
@ -151695,7 +151702,6 @@ self: {
|
||||
];
|
||||
description = "HsQML-based implementation of Nine Men's Morris";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "hsqml-morris";
|
||||
}) {};
|
||||
|
||||
@ -151749,7 +151755,6 @@ self: {
|
||||
];
|
||||
description = "HsQML-based implementation of Nine Men's Morris";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "hsqml-morris";
|
||||
}) {};
|
||||
|
||||
@ -192919,7 +192924,9 @@ self: {
|
||||
];
|
||||
description = "A library for probabilistic programming";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
mainProgram = "example";
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"monad-bool" = callPackage
|
||||
@ -268279,6 +268286,7 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A primitive yet easy to use sqlite library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"sqlite-simple" = callPackage
|
||||
@ -275446,6 +275454,7 @@ self: {
|
||||
libraryHaskellDepends = [ base supply-chain-core ];
|
||||
description = "Composable request-response pipelines";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"supply-chain-core" = callPackage
|
||||
@ -275458,6 +275467,8 @@ self: {
|
||||
testHaskellDepends = [ base tasty tasty-hedgehog tasty-hunit ];
|
||||
description = "Composable request-response pipelines";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"surjective" = callPackage
|
||||
@ -283741,6 +283752,8 @@ self: {
|
||||
];
|
||||
description = "A text compression library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"text-containers" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user