haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
main
Dennis Gosnell 2 years ago
parent 660ce9cd0d
commit 676188646f
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 9
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
  3. 18
      pkgs/development/haskell-modules/hackage-packages.nix

@ -358,6 +358,7 @@ broken-packages:
- binary-derive
- binary-ext
- binary-indexed-tree
- binary-io
- binary-protocol
- binary-tree
- binary-typed
@ -366,6 +367,7 @@ broken-packages:
- bindings-apr
- bindings-bfd
- bindings-cctools
- bindings-common
- bindings-dc1394
- bindings-eskit
- bindings-EsounD
@ -1777,6 +1779,7 @@ broken-packages:
- goatee
- gochan
- godot-haskell
- godot-megaparsec
- gofer-prelude
- gogol-core
- gooey
@ -2332,6 +2335,7 @@ broken-packages:
- houseman
- hp2any-core
- hpack-convert
- hpapi
- hpasteit
- HPath
- hpc-coveralls
@ -2705,6 +2709,7 @@ broken-packages:
- IsNull
- iso8601-duration
- isobmff
- isomorphism-class
- isotope
- itcli
- itemfield
@ -2868,6 +2873,7 @@ broken-packages:
- lambdabot-utils
- lambdabot-xmpp
- lambda-bridge
- lambda-calculator
- lambda-canvas
- lambdacms-core
- lambda-cube
@ -4155,6 +4161,7 @@ broken-packages:
- quenya-verb
- querystring-pickle
- questioner
- quibble-core
- QuickAnnotate
- quickcheck-arbitrary-template
- quickcheck-property-comb
@ -5831,7 +5838,9 @@ broken-packages:
- zendesk-api
- zeno
- zeolite-lang
- zeromq4-clone-pattern
- zeromq4-conduit
- zeromq4-patterns
- zeromq-haskell
- zettelkast
- ZFS

@ -3810,6 +3810,7 @@ dont-distribute-packages:
- test-simple
- testbench
- text-all
- text-builder-dev_0_3_3
- text-generic-pretty
- text-json-qq
- text-locale-encoding

@ -42605,6 +42605,8 @@ self: {
];
description = "Read and write values of types that implement Binary";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"binary-list" = callPackage
@ -43181,6 +43183,8 @@ self: {
libraryHaskellDepends = [ base ];
description = "This package is obsolete. Look for bindings-DSL instead.";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bindings-dc1394" = callPackage
@ -113675,7 +113679,9 @@ self: {
executableHaskellDepends = [ base criterion megaparsec text ];
description = "Megaparsec parser for Godot `tscn` and `gdextension` files";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "bench";
broken = true;
}) {};
"gofer-prelude" = callPackage
@ -142142,6 +142148,8 @@ self: {
description = "Binding for the PAPI library";
license = lib.licenses.bsd3;
platforms = lib.platforms.linux;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {inherit (pkgs) papi;};
"hpaste" = callPackage
@ -160572,6 +160580,8 @@ self: {
];
description = "Isomorphism typeclass solving the conversion problem";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"isotope" = callPackage
@ -167987,7 +167997,9 @@ self: {
];
description = "A lambda calculus interpreter";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
mainProgram = "lambda-calculator";
broken = true;
}) {};
"lambda-calculus-interpreter" = callPackage
@ -229133,6 +229145,8 @@ self: {
];
description = "Convenient SQL query language for Haskell (but only for single tables)";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"quic" = callPackage
@ -310921,7 +310935,9 @@ self: {
];
description = "Haskell implementation of the ZeroMQ clone pattern";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "zeromq4-clone-pattern-exe";
broken = true;
}) {};
"zeromq4-conduit" = callPackage
@ -310986,7 +311002,9 @@ self: {
];
description = "Haskell implementation of several ZeroMQ patterns";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "zeromq4-patterns-exe";
broken = true;
}) {};
"zeromq4-simple" = callPackage

Loading…
Cancel
Save