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
99a323ee5b
commit
4535a9ddb4
3 changed files with 24 additions and 0 deletions
|
@ -834,6 +834,7 @@ broken-packages:
|
|||
- contstuff-monads-tf
|
||||
- contstuff-transformers
|
||||
- convert-annotation
|
||||
- copilot-core
|
||||
- copilot-sbv
|
||||
- copr
|
||||
- COrdering
|
||||
|
@ -2789,6 +2790,7 @@ broken-packages:
|
|||
- language-typescript
|
||||
- language-vhdl
|
||||
- language-webidl
|
||||
- lapack-hmatrix
|
||||
- LargeCardinalHierarchy
|
||||
- Lastik
|
||||
- latest-npm-version
|
||||
|
@ -3201,6 +3203,7 @@ broken-packages:
|
|||
- morfette
|
||||
- morfeusz
|
||||
- morpheus-graphql-cli
|
||||
- morpheus-graphql-code-gen
|
||||
- morphisms-functors
|
||||
- morphisms-objects
|
||||
- morte
|
||||
|
@ -4030,6 +4033,7 @@ broken-packages:
|
|||
- read-bounded
|
||||
- read-ctags
|
||||
- read-io
|
||||
- readline-in-other-words
|
||||
- readline-statevar
|
||||
- readme-lhs
|
||||
- readshp
|
||||
|
@ -5349,6 +5353,7 @@ broken-packages:
|
|||
- web-encodings
|
||||
- WeberLogic
|
||||
- webfinger-client
|
||||
- webkitgtk3
|
||||
- webkit-javascriptcore
|
||||
- webmention
|
||||
- web-output
|
||||
|
|
|
@ -822,6 +822,7 @@ dont-distribute-packages:
|
|||
- convertible-text
|
||||
- coordinate
|
||||
- copilot
|
||||
- copilot-c99
|
||||
- copilot-cbmc
|
||||
- copilot-language
|
||||
- copilot-libraries
|
||||
|
@ -948,6 +949,7 @@ dont-distribute-packages:
|
|||
- diagrams-pgf
|
||||
- diagrams-reflex
|
||||
- diagrams-wx
|
||||
- dialog
|
||||
- difference-monoid
|
||||
- digestive-functors-hsp
|
||||
- dingo-core
|
||||
|
@ -1222,6 +1224,7 @@ dont-distribute-packages:
|
|||
- ghc-mod
|
||||
- ghc-tags-plugin
|
||||
- ghci-pretty
|
||||
- ghcjs-dom-webkit
|
||||
- ghcjs-hplay
|
||||
- ght
|
||||
- gi-cairo-again
|
||||
|
@ -1485,6 +1488,8 @@ dont-distribute-packages:
|
|||
- hbb
|
||||
- hbcd
|
||||
- hbf
|
||||
- hbro
|
||||
- hbro-contrib
|
||||
- hcg-minus-cairo
|
||||
- hcheat
|
||||
- hcheckers
|
||||
|
@ -2139,6 +2144,8 @@ dont-distribute-packages:
|
|||
- moo-nad
|
||||
- morley
|
||||
- morloc
|
||||
- morpheus-graphql-client_0_18_0
|
||||
- morpheus-graphql_0_18_0
|
||||
- morphisms-functors-inventory
|
||||
- mosaico-lib
|
||||
- motor-diagrams
|
||||
|
|
|
@ -65233,6 +65233,7 @@ self: {
|
|||
];
|
||||
description = "A compiler for Copilot targeting C99";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"copilot-cbmc" = callPackage
|
||||
|
@ -65267,6 +65268,8 @@ self: {
|
|||
];
|
||||
description = "An intermediate representation for Copilot";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"copilot-language" = callPackage
|
||||
|
@ -126537,6 +126540,7 @@ self: {
|
|||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hbro-contrib" = callPackage
|
||||
|
@ -126572,6 +126576,7 @@ self: {
|
|||
platforms = [
|
||||
"aarch64-linux" "armv7l-linux" "i686-linux" "x86_64-linux"
|
||||
];
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hburg" = callPackage
|
||||
|
@ -163713,6 +163718,8 @@ self: {
|
|||
];
|
||||
description = "Conversion of objects between 'lapack' and 'hmatrix'";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"large-hashable" = callPackage
|
||||
|
@ -184635,6 +184642,8 @@ self: {
|
|||
];
|
||||
description = "Morpheus GraphQL CLI";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"morpheus-graphql-core" = callPackage
|
||||
|
@ -224604,6 +224613,8 @@ self: {
|
|||
];
|
||||
description = "Readline effect for in-other-words";
|
||||
license = lib.licenses.bsd2;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"readline-statevar" = callPackage
|
||||
|
@ -289967,6 +289978,7 @@ self: {
|
|||
description = "Binding to the Webkit library";
|
||||
license = lib.licenses.lgpl21Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) webkitgtk;};
|
||||
|
||||
"webkitgtk3-javascriptcore" = callPackage
|
||||
|
|
Loading…
Reference in a new issue