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:
Malte Brandy 2021-08-10 21:16:37 +02:00
parent 50dc9c1b67
commit 146007769f
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
3 changed files with 22 additions and 0 deletions

View File

@ -713,6 +713,8 @@ broken-packages:
- combinatorial-problems
- combinator-interactive
- combobuffer
- comfort-array-shape
- comfort-fftw
- Command
- commander
- Commando
@ -2230,6 +2232,7 @@ broken-packages:
- hscd
- hs-cdb
- hscdio
- hscim
- hsclock
- hScraper
- hscuid
@ -4034,6 +4037,7 @@ broken-packages:
- robin
- robots-txt
- roc-cluster
- rocksdb-haskell
- roku-api
- rollbar
- rollbar-client

View File

@ -406,6 +406,7 @@ dont-distribute-packages:
- algebra-driven-design
- algebra-sql
- algolia
- align-audio
- alms
- alpha
- alsa-gui
@ -1539,6 +1540,7 @@ dont-distribute-packages:
- hmeap-utils
- hmep
- hmm-lapack
- hmm-lapack_0_4_1
- hmt
- hmt-diagrams
- hnormalise
@ -1888,6 +1890,8 @@ dont-distribute-packages:
- lapack
- lapack-carray
- lapack-comfort-array
- lapack-comfort-array_0_0_1
- lapack_0_4
- lat
- latex-formulae-hakyll
- latex-formulae-pandoc
@ -1932,6 +1936,7 @@ dont-distribute-packages:
- lighttpd-conf
- lighttpd-conf-qq
- linear-circuit
- linear-circuit_0_1_0_3
- linearmap-category
- linearscan-hoopl
- linkchk
@ -2010,6 +2015,7 @@ dont-distribute-packages:
- magic-wormhole
- magicbane
- magico
- magico_0_0_2_2
- mahoro
- maid
- mail-pool
@ -2560,6 +2566,7 @@ dont-distribute-packages:
- representable-tries
- req-oauth2
- resistor-cube
- resistor-cube_0_0_1_3
- resource-pool-catchio
- resource-simple
- respond
@ -3120,6 +3127,7 @@ dont-distribute-packages:
- venzone
- verdict-json
- versioning-servant
- vessel
- vflow-types
- vformat-aeson
- vformat-time

View File

@ -26679,6 +26679,7 @@ self: {
];
description = "Find relative time displacement of two recordings of the same music";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"align-text" = callPackage
@ -59448,6 +59449,8 @@ self: {
doHaddock = false;
description = "Additional shape types for the comfort-array package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"comfort-fftw" = callPackage
@ -59468,6 +59471,8 @@ self: {
];
description = "High-level interface to FFTW (Fast Fourier Transform) based on comfort-array";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"comfort-graph" = callPackage
@ -137230,6 +137235,8 @@ self: {
testToolDepends = [ hspec-discover ];
description = "hscim json schema and server implementation";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hsclock" = callPackage
@ -226838,6 +226845,8 @@ self: {
];
description = "Haskell bindings to RocksDB";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) rocksdb;};
"rocksdb-haskell-jprupp" = callPackage
@ -278758,6 +278767,7 @@ self: {
doHaddock = false;
description = "Functor-parametric containers";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"vflow-types" = callPackage