mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +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
38db06836e
commit
8b47f462d5
@ -2212,6 +2212,7 @@ broken-packages:
|
||||
- himg
|
||||
- hindley-milner
|
||||
- hindley-milner-type-check
|
||||
- hinotify-conduit
|
||||
- hinquire
|
||||
- hinstaller
|
||||
- hinter
|
||||
@ -2604,7 +2605,11 @@ broken-packages:
|
||||
- ige
|
||||
- ignore
|
||||
- igraph
|
||||
- ihaskell-charts
|
||||
- ihaskell-diagrams
|
||||
- ihaskell-gnuplot
|
||||
- ihaskell-parsec
|
||||
- ihaskell-plot
|
||||
- ihaskell-widgets
|
||||
- ihp-hsx
|
||||
- illuminate
|
||||
@ -5187,6 +5192,7 @@ broken-packages:
|
||||
- to-haskell
|
||||
- token-bucket
|
||||
- tokenify
|
||||
- tokenizer
|
||||
- tokenizer-streaming
|
||||
- token-limiter
|
||||
- token-search
|
||||
|
@ -138782,6 +138782,8 @@ self: {
|
||||
];
|
||||
description = "inotify conduit sources";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hinquire" = callPackage
|
||||
@ -158152,6 +158154,8 @@ self: {
|
||||
];
|
||||
description = "IHaskell display instances for charts types";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-diagrams" = callPackage
|
||||
@ -158168,6 +158172,8 @@ self: {
|
||||
];
|
||||
description = "IHaskell display instances for diagram types";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-display" = callPackage
|
||||
@ -158190,6 +158196,8 @@ self: {
|
||||
libraryHaskellDepends = [ base bytestring gnuplot ihaskell ];
|
||||
description = "IHaskell display instance for Gnuplot (from gnuplot package)";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-graphviz" = callPackage
|
||||
@ -158299,6 +158307,8 @@ self: {
|
||||
libraryHaskellDepends = [ base bytestring hmatrix ihaskell plot ];
|
||||
description = "IHaskell display instance for Plot (from plot package)";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ihaskell-rlangqq" = callPackage
|
||||
@ -287001,6 +287011,8 @@ self: {
|
||||
];
|
||||
description = "Check uniqueness and tokenize safely";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"tokenizer-monad" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user