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:
maralorn 2022-09-25 07:14:00 +02:00
parent 38db06836e
commit 8b47f462d5
2 changed files with 18 additions and 0 deletions

View file

@ -2212,6 +2212,7 @@ broken-packages:
- himg - himg
- hindley-milner - hindley-milner
- hindley-milner-type-check - hindley-milner-type-check
- hinotify-conduit
- hinquire - hinquire
- hinstaller - hinstaller
- hinter - hinter
@ -2604,7 +2605,11 @@ broken-packages:
- ige - ige
- ignore - ignore
- igraph - igraph
- ihaskell-charts
- ihaskell-diagrams
- ihaskell-gnuplot
- ihaskell-parsec - ihaskell-parsec
- ihaskell-plot
- ihaskell-widgets - ihaskell-widgets
- ihp-hsx - ihp-hsx
- illuminate - illuminate
@ -5187,6 +5192,7 @@ broken-packages:
- to-haskell - to-haskell
- token-bucket - token-bucket
- tokenify - tokenify
- tokenizer
- tokenizer-streaming - tokenizer-streaming
- token-limiter - token-limiter
- token-search - token-search

View file

@ -138782,6 +138782,8 @@ self: {
]; ];
description = "inotify conduit sources"; description = "inotify conduit sources";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hinquire" = callPackage "hinquire" = callPackage
@ -158152,6 +158154,8 @@ self: {
]; ];
description = "IHaskell display instances for charts types"; description = "IHaskell display instances for charts types";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ihaskell-diagrams" = callPackage "ihaskell-diagrams" = callPackage
@ -158168,6 +158172,8 @@ self: {
]; ];
description = "IHaskell display instances for diagram types"; description = "IHaskell display instances for diagram types";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ihaskell-display" = callPackage "ihaskell-display" = callPackage
@ -158190,6 +158196,8 @@ self: {
libraryHaskellDepends = [ base bytestring gnuplot ihaskell ]; libraryHaskellDepends = [ base bytestring gnuplot ihaskell ];
description = "IHaskell display instance for Gnuplot (from gnuplot package)"; description = "IHaskell display instance for Gnuplot (from gnuplot package)";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ihaskell-graphviz" = callPackage "ihaskell-graphviz" = callPackage
@ -158299,6 +158307,8 @@ self: {
libraryHaskellDepends = [ base bytestring hmatrix ihaskell plot ]; libraryHaskellDepends = [ base bytestring hmatrix ihaskell plot ];
description = "IHaskell display instance for Plot (from plot package)"; description = "IHaskell display instance for Plot (from plot package)";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"ihaskell-rlangqq" = callPackage "ihaskell-rlangqq" = callPackage
@ -287001,6 +287011,8 @@ self: {
]; ];
description = "Check uniqueness and tokenize safely"; description = "Check uniqueness and tokenize safely";
license = lib.licenses.mit; license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"tokenizer-monad" = callPackage "tokenizer-monad" = callPackage