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:
Dennis Gosnell 2022-07-07 12:08:49 +09:00
parent 5dcf079fac
commit c16deed1a6
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
3 changed files with 75 additions and 6 deletions

View file

@ -262,6 +262,7 @@ broken-packages:
- authenticate-ldap
- authinfo-hs
- auto
- autodocodec-yaml
- autom
- autonix-deps
- autopack
@ -1134,6 +1135,7 @@ broken-packages:
- direct-plugins
- direm
- dirtree
- discord-haskell
- discordian-calendar
- discord-types
- discrete
@ -1314,6 +1316,7 @@ broken-packages:
- enum-text
- enum-utf8
- envelope
- env-extra
- env-parser
- envstatus
- epanet-haskell
@ -1417,6 +1420,7 @@ broken-packages:
- fast-nats
- fastpbkdf2
- FastPush
- fast-tags
- FastxPipe
- fathead-util
- fb
@ -1600,6 +1604,7 @@ broken-packages:
- fused-effects-resumable
- fused-effects-squeal
- fusion
- futhark
- futhask
- futun
- future
@ -1659,6 +1664,7 @@ broken-packages:
- gentlemark
- geocode-google
- GeocoderOpenCage
- geodetics
- geodetic-types
- GeoIp
- geojson-types
@ -2843,6 +2849,7 @@ broken-packages:
- khph
- kickass-torrents-dump-parser
- kickchan
- ki-unlifted
- kleene-list
- kmonad
- kmp-dfa
@ -3174,6 +3181,7 @@ broken-packages:
- matrix-market
- matrix-sized
- matroid
- matterhorn
- maude
- maxent-learner-hw
- maybench
@ -4417,6 +4425,7 @@ broken-packages:
- ruin
- runhs
- runmany
- rustls
- rws
- RxHaskell
- rz-pipe

View file

@ -1026,6 +1026,7 @@ dont-distribute-packages:
- commsec-keyexchange
- comonad-random
- compact-mutable
- compactable
- compdata-automata
- compdata-dags
- compdata-param
@ -1431,6 +1432,7 @@ dont-distribute-packages:
- feed-translator
- feed2lj
- feed2twitter
- feedback
- fei-base
- fei-dataiter
- fei-datasets
@ -1558,6 +1560,11 @@ dont-distribute-packages:
- geniconvert
- geniserver
- genvalidity-mergeful
- genvalidity-sydtest
- genvalidity-sydtest-aeson
- genvalidity-sydtest-hashable
- genvalidity-sydtest-lens
- genvalidity-sydtest-persistent
- geodetic
- geolite-csv
- getemx
@ -1937,6 +1944,7 @@ dont-distribute-packages:
- hascat-setup
- hascat-system
- hashable-accelerate
- hashes
- hashflare
- hask-home
- haskades
@ -2248,6 +2256,7 @@ dont-distribute-packages:
- hts
- htsn-import
- http-client-auth
- http-client-rustls
- http-enumerator
- http-pony
- http2-client-exe
@ -3174,7 +3183,6 @@ dont-distribute-packages:
- proto3-wire
- protobuf-native
- protocol-buffers-descriptor-fork
- psc-ide
- psql
- ptera
- ptera-core
@ -3187,7 +3195,6 @@ dont-distribute-packages:
- pure-cdb
- pure-priority-queue-tests
- purescript-iso
- purescript-tsd-gen
- pursuit-client
- push-notify
- push-notify-apn
@ -3426,6 +3433,9 @@ dont-distribute-packages:
- runtime-arbitrary
- rv
- s-expression
- safe-coloured-text-gen
- safe-coloured-text-layout
- safe-coloured-text-layout-gen
- safe-coupling
- safe-plugins
- safer-file-handles
@ -3549,6 +3559,7 @@ dont-distribute-packages:
- shady-graphics
- shake-ats
- shake-bindist
- shake-futhark
- shake-minify-css
- shake-plus-extended
- shakebook
@ -3745,7 +3756,17 @@ dont-distribute-packages:
- sweet-egison
- switch
- syb-with-class-instances-text
- sydtest
- sydtest-aeson
- sydtest-amqp
- sydtest-hedgehog
- sydtest-hspec
- sydtest-persistent
- sydtest-persistent-sqlite
- sydtest-process
- sydtest-servant
- sydtest-typed-process
- sydtest-wai
- sydtest-webdriver
- sydtest-webdriver-screenshot
- sydtest-webdriver-yesod
@ -3851,6 +3872,7 @@ dont-distribute-packages:
- to-string-instances
- toboggan
- todos
- token-limiter-concurrent
- toktok
- tomlcheck
- tonatona
@ -4202,7 +4224,6 @@ dont-distribute-packages:
- yuuko
- z85
- zasni-gerna
- zephyr
- zephyr-copilot
- zeromq3-conduit
- zeromq3-haskell

View file

@ -37334,6 +37334,8 @@ self: {
];
description = "Autodocodec interpreters for yaml";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"autoexporter" = callPackage
@ -62990,6 +62992,7 @@ self: {
];
description = "A typeclass for structures which can be catMaybed, filtered, and partitioned";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"compactmap" = callPackage
@ -81029,7 +81032,9 @@ self: {
executableHaskellDepends = [ base text unliftio ];
description = "Write bots for Discord in Haskell";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "ping-pong";
broken = true;
}) {};
"discord-haskell-voice" = callPackage
@ -89694,6 +89699,8 @@ self: {
];
description = "Safe helpers for accessing and modifying environment variables";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"env-guard" = callPackage
@ -94672,7 +94679,9 @@ self: {
];
description = "Fast incremental vi and emacs tags";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "fast-tags";
broken = true;
}) {};
"fast-tagsoup" = callPackage
@ -95840,6 +95849,7 @@ self: {
executableHaskellDepends = [ base ];
description = "Declarative feedback loop manager";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"fei-base" = callPackage
@ -103530,7 +103540,9 @@ self: {
];
description = "An optimising compiler for a functional, array-oriented language";
license = lib.licenses.isc;
hydraPlatforms = lib.platforms.none;
mainProgram = "futhark";
broken = true;
}) {};
"futhark-data" = callPackage
@ -106459,6 +106471,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Standard properties for functions on `Validity` types for the sydtest framework";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-sydtest-aeson" = callPackage
@ -106481,6 +106494,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Standard spec's for aeson-related instances in sydtest";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-sydtest-hashable" = callPackage
@ -106502,6 +106516,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Standard spec's for Hashable instances for sydtest";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-sydtest-lens" = callPackage
@ -106521,6 +106536,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Standard spec's for lens for sydtest";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-sydtest-persistent" = callPackage
@ -106543,6 +106559,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Standard spec's for persistent-related instances for sydtest";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"genvalidity-text" = callPackage
@ -106788,6 +106805,8 @@ self: {
];
description = "Terrestrial coordinate systems and geodetic calculations";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"geohash" = callPackage
@ -125074,6 +125093,7 @@ self: {
benchmarkSystemDepends = [ openssl ];
description = "Hash functions";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {inherit (pkgs) openssl;};
"hashflare" = callPackage
@ -150088,6 +150108,7 @@ self: {
];
description = "http-client TLS backend using Rustls";
license = lib.licenses.cc0;
hydraPlatforms = lib.platforms.none;
}) {};
"http-client-session" = callPackage
@ -166787,6 +166808,8 @@ self: {
libraryHaskellDepends = [ base ki unliftio-core ];
description = "A lightweight structured-concurrency library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"kibro" = callPackage
@ -183599,8 +183622,10 @@ self: {
];
description = "Terminal client for the Mattermost chat system";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "matterhorn";
maintainers = [ lib.maintainers.kiwi ];
broken = true;
}) {};
"mattermost-api" = callPackage
@ -226806,7 +226831,6 @@ self: {
];
description = "Language support for the PureScript programming language";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"pseudo-boolean" = callPackage
@ -227882,7 +227906,6 @@ self: {
];
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "purs-tsd-gen";
}) {};
@ -242608,6 +242631,8 @@ self: {
];
description = "TLS bindings for Rustls";
license = lib.licenses.cc0;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {rustls = null;};
"rv" = callPackage
@ -242864,6 +242889,7 @@ self: {
];
testToolDepends = [ sydtest-discover ];
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"safe-coloured-text-layout" = callPackage
@ -242881,6 +242907,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "Safely layout output coloured text";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"safe-coloured-text-layout-gen" = callPackage
@ -242901,6 +242928,7 @@ self: {
];
testToolDepends = [ sydtest-discover ];
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"safe-coloured-text-terminfo" = callPackage
@ -252715,6 +252743,7 @@ self: {
];
description = "Dependency tracking for Futhark";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"shake-google-closure-compiler" = callPackage
@ -270386,6 +270415,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A modern testing framework for Haskell with good defaults and advanced testing features";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-aeson" = callPackage
@ -270404,6 +270434,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "An aeson companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-amqp" = callPackage
@ -270460,6 +270491,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A Hedgehog companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-hedis" = callPackage
@ -270498,6 +270530,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "An Hspec companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-mongo" = callPackage
@ -270534,6 +270567,7 @@ self: {
];
description = "A persistent companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-persistent-postgresql" = callPackage
@ -270575,6 +270609,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A persistent-sqlite companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-process" = callPackage
@ -270590,6 +270625,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A typed-process companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-rabbitmq" = callPackage
@ -270630,6 +270666,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A servant companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-typed-process" = callPackage
@ -270645,6 +270682,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A typed-process companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-wai" = callPackage
@ -270666,6 +270704,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A wai companion library for sydtest";
license = "unknown";
hydraPlatforms = lib.platforms.none;
}) {};
"sydtest-webdriver" = callPackage
@ -282559,6 +282598,7 @@ self: {
testToolDepends = [ sydtest-discover ];
description = "A thread-safe concurrent token-bucket rate limiter that guarantees fairness";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"token-search" = callPackage
@ -311188,7 +311228,6 @@ self: {
testToolDepends = [ purescript ];
description = "Zephyr, tree-shaking for the PureScript language";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "zephyr";
}) {};