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-06-27 13:08:20 +02:00
parent ee5d60e0b9
commit 39609a8ccd
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
3 changed files with 22 additions and 12 deletions

View File

@ -617,6 +617,7 @@ broken-packages:
- chunky
- church
- church-maybe
- churros
- cielo
- cil
- cinvoke
@ -2288,6 +2289,7 @@ broken-packages:
- hs-rs-notify
- hs-scrape
- hsseccomp
- hssh
- hs-snowtify
- hs-speedscope
- hsSqlite3
@ -2452,6 +2454,7 @@ broken-packages:
- initialize
- inject-function
- inline-asm
- inline-r
- inserts
- instana-haskell-trace-sdk
- instance-map
@ -3596,6 +3599,7 @@ broken-packages:
- plat
- platinum-parsing
- PlayingCards
- plex
- plist
- plist-buddy
- plot-gtk
@ -4868,6 +4872,7 @@ broken-packages:
- turing-music
- turtle-options
- tweak
- twee
- twentefp-websockets
- twfy-api-client
- twhs

View File

@ -184,6 +184,7 @@ dont-distribute-packages:
- beam-th
- beautifHOL
- bech32-th
- bech32-th_1_1_1
- bein
- belka
- BerlekampAlgorithm
@ -363,7 +364,6 @@ dont-distribute-packages:
- cfopu
- cgrep
- chainweb-mining-client
- chakra
- chalkboard-viewer
- charade
- chart-cli
@ -401,7 +401,6 @@ dont-distribute-packages:
- clash-verilog
- clash-vhdl
- classify-frog
- classy-miso
- clckwrks
- clckwrks-cli
- clckwrks-dot-com
@ -1059,6 +1058,7 @@ dont-distribute-packages:
- guess-combinator
- GuiHaskell
- GuiTV
- H
- habit
- hablo
- hablog
@ -1524,6 +1524,7 @@ dont-distribute-packages:
- ide-backend-common
- ide-backend-server
- ige-mac-integration
- ihaskell-inline-r
- ihaskell-rlangqq
- ihttp
- imap
@ -1549,7 +1550,6 @@ dont-distribute-packages:
- indentation-trifecta
- indexation
- IndexedList
- indieweb-algorithms
- infernu
- InfixApplicative
- inline-java
@ -1921,7 +1921,6 @@ dont-distribute-packages:
- MFlow
- Mhailist
- Michelangelo
- microformats2-parser
- microformats2-types
- micro-gateway
- MicrosoftTranslator
@ -2245,6 +2244,7 @@ dont-distribute-packages:
- polysemy-path
- polysemy-plugin
- polysemy-RandomFu
- polysemy-readline
- polysemy-resume
- polysemy-test
- polysemy-time
@ -2475,7 +2475,6 @@ dont-distribute-packages:
- rewrite
- rewriting
- rezoom
- rfc
- rfc-env
- rfc-http-client
- rfc-psql
@ -3101,7 +3100,6 @@ dont-distribute-packages:
- vty-ui-extras
- waargonaut
- wahsp
- wai-cli
- wai-devel
- wai-dispatch
- wai-handler-snap

View File

@ -7753,6 +7753,7 @@ self: {
];
description = "The Haskell/R mixed programming environment";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"HABQT" = callPackage
@ -53168,7 +53169,6 @@ self: {
];
description = "A REST Web Api server template for building (micro)services";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"chalk" = callPackage
@ -54681,6 +54681,8 @@ self: {
];
description = "Channel/Arrow based streaming computation library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"cielo" = callPackage
@ -55736,7 +55738,6 @@ self: {
testHaskellDepends = [ base miso rfc ];
description = "Typeclass based support for Miso, the Tasty Web Framework for Haskell";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"classy-parallel" = callPackage
@ -138972,6 +138973,8 @@ self: {
];
description = "SSH protocol implementation";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hsshellscript" = callPackage
@ -145822,6 +145825,7 @@ self: {
];
description = "Embed R quasiquotes and plots in IHaskell notebooks";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"ihaskell-juicypixels" = callPackage
@ -147283,7 +147287,6 @@ self: {
];
description = "A collection of implementations of IndieWeb algorithms";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"indigo" = callPackage
@ -147813,6 +147816,8 @@ self: {
];
description = "Seamlessly call R from Haskell and vice versa. No FFI required.";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) R;};
"inliterate" = callPackage
@ -173794,7 +173799,6 @@ self: {
];
description = "A Microformats 2 parser";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"microformats2-types" = callPackage
@ -203674,6 +203678,8 @@ self: {
];
description = "run a subprocess, combining stdout and stderr";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"plist" = callPackage
@ -205183,6 +205189,7 @@ self: {
];
description = "Readline effect for polysemy";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
}) {};
"polysemy-resume" = callPackage
@ -223202,7 +223209,6 @@ self: {
];
description = "Robert Fischer's Common library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"rfc-env" = callPackage
@ -267679,6 +267685,8 @@ self: {
];
description = "An equational theorem prover";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"twee-lib" = callPackage
@ -277530,7 +277538,6 @@ self: {
];
description = "Command line runner for Wai apps (using Warp) with TLS, CGI, socket activation & graceful shutdown";
license = lib.licenses.publicDomain;
hydraPlatforms = lib.platforms.none;
}) {};
"wai-conduit" = callPackage