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-09-10 17:59:35 +08:00
parent 04435b7789
commit 7c4b5a896f
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A
3 changed files with 20 additions and 4 deletions

View file

@ -70,6 +70,7 @@ broken-packages:
- aeson-bson
- aeson-decode
- aeson-default
- aeson-dependent-sum
- aeson-deriving
- aeson-diff-generic
- aeson-filthy
@ -1144,6 +1145,7 @@ broken-packages:
- djinn-th
- dmcc
- dmenu
- dns-patterns
- dnsrbl
- dnssd
- dobutok
@ -2419,6 +2421,7 @@ broken-packages:
- hsns
- hsntp
- hs-openmoji-data
- hs-opentelemetry-instrumentation-hspec
- hsoptions
- hsoz
- hsparql
@ -4065,6 +4068,7 @@ broken-packages:
- proxy-mapping
- psc-ide
- pseudo-trie
- psx
- PTQ
- publicsuffix
- publicsuffixlistcreate
@ -5064,6 +5068,7 @@ broken-packages:
- text-ascii
- text-builder-linear
- text-containers
- text-display
- text-format-heavy
- text-generic-pretty
- text-icu-normalized
@ -5194,6 +5199,7 @@ broken-packages:
- tracetree
- tracked-files
- tracker
- trackit
- traction
- tracy
- traildb

View file

@ -1332,7 +1332,6 @@ dont-distribute-packages:
- ethereum-client-haskell
- ethereum-merkle-patricia-db
- euphoria
- evdev-streamly
- eve-cli
- event-monad
- eventful-dynamodb
@ -2184,6 +2183,7 @@ dont-distribute-packages:
- hsx-jmacro
- hsx-xhtml
- html-kure
- html-parse-util
- htoml-parse
- hts
- htsn-import

View file

@ -25594,6 +25594,8 @@ self: {
testToolDepends = [ tasty-discover ];
description = "JSON encoding/decoding for dependent-sum";
license = lib.licenses.gpl3Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"aeson-deriving" = callPackage
@ -83504,6 +83506,8 @@ self: {
testHaskellDepends = [ attoparsec base bytestring HUnit text ];
description = "DNS name parsing and pattern matching utilities";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"dnscache" = callPackage
@ -92908,7 +92912,6 @@ self: {
];
description = "Bridge for working with evdev and streamly";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"eve" = callPackage
@ -136240,9 +136243,7 @@ self: {
testSystemDepends = [ secp256k1 ];
description = "Ethereum virtual machine evaluator";
license = lib.licenses.agpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "hevm";
broken = true;
}) {inherit (pkgs) libff; inherit (pkgs) secp256k1;};
"hevolisa" = callPackage
@ -145849,6 +145850,8 @@ self: {
unliftio vault
];
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hs-opentelemetry-instrumentation-http-client" = callPackage
@ -151478,6 +151481,7 @@ self: {
libraryHaskellDepends = [ attoparsec base html-parse text ];
description = "Utility functions for working with html-parse";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"html-presentation-text" = callPackage
@ -229824,6 +229828,8 @@ self: {
testHaskellDepends = [ async base tasty tasty-hunit ];
description = "Integrate @libpsx@ with the GHC RTS";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"ptera" = callPackage
@ -281267,6 +281273,8 @@ self: {
];
description = "A typeclass for user-facing output";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"text-format" = callPackage
@ -287525,7 +287533,9 @@ self: {
];
description = "A command-line tool for live monitoring";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "trackit";
broken = true;
}) {};
"traction" = callPackage