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:
Ellie Hermaszewska 2022-01-11 15:02:54 +08:00
parent 1f4785f32c
commit 6faf96d502
No known key found for this signature in database
GPG Key ID: C8116E3A0C1CA76A
3 changed files with 20 additions and 0 deletions

View File

@ -1783,6 +1783,7 @@ broken-packages:
- graph-rewriting
- graph-serialize
- graphted
- graph-trace-dot
- graphula-core
- graph-utils
- graql
@ -1801,6 +1802,7 @@ broken-packages:
- gross
- GroteTrap
- groundhog-converters
- groundhog-inspector
- groundhog-mysql
- grouped-list
- group-theory
@ -4081,6 +4083,7 @@ broken-packages:
- refined-http-api-data
- reflection-extras
- reflex-basic-host
- reflex-dom-ace
- reflex-dom-contrib
- reflex-dom-helper
- reflex-dom-helpers
@ -4108,6 +4111,7 @@ broken-packages:
- regex-posix-unittest
- regexpr-symbolic
- regexqq
- regex-rure
- regex-tdfa-pipes
- regex-tdfa-quasiquoter
- regex-tdfa-rc

View File

@ -1298,6 +1298,7 @@ dont-distribute-packages:
- graph-rewriting-strategies
- graph-rewriting-trs
- graph-rewriting-ww
- graph-trace-viz
- graph-visit
- graphicsFormats
- graphicstools
@ -2159,6 +2160,7 @@ dont-distribute-packages:
- mpretty
- mprover
- mps
- mptcp
- msgpack-aeson
- msgpack-idl
- msgpack-rpc
@ -2832,6 +2834,7 @@ dont-distribute-packages:
- sounddelay
- soundgen
- source-code-server
- spade
- sparkle
- sparrow
- sparsebit
@ -3017,6 +3020,7 @@ dont-distribute-packages:
- toktok
- too-many-cells
- top
- topaz
- topkata
- total-map
- toxcore

View File

@ -115780,6 +115780,8 @@ self: {
];
description = "Converts a graph-trace log into a DOT file for use with Graphviz";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"graph-trace-viz" = callPackage
@ -115797,6 +115799,7 @@ self: {
];
description = "Converts a graph-trace log into an HTML document";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"graph-utils" = callPackage
@ -116938,6 +116941,8 @@ self: {
];
description = "Type-safe datatype-database mapping library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"groundhog-mysql" = callPackage
@ -188863,6 +188868,7 @@ self: {
testHaskellDepends = [ base hspec ip text ];
description = "Datastructures to describe TCP and MPTCP connections";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"mptcp-pm" = callPackage
@ -229907,6 +229913,8 @@ self: {
];
description = "Basic support for using the Ace editor with Reflex";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"reflex-dom-colonnade" = callPackage
@ -231084,6 +231092,8 @@ self: {
testHaskellDepends = [ base bytestring tasty tasty-hunit ];
description = "Bindings to Rust's regex library";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {rure = null;};
"regex-tdfa" = callPackage
@ -255586,6 +255596,7 @@ self: {
testToolDepends = [ hspec-discover ];
description = "A simple programming and debugging environment";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"spake2" = callPackage
@ -277361,6 +277372,7 @@ self: {
];
description = "Extensible records library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"tophat" = callPackage