haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh

Note: bloodhound and pcre2 fail at the moment, but they should be fixed
by the next Stackage / Hackage bump, so I am trying to save myself some
hassle by leaving them marked incorrectly for a bit.
This commit is contained in:
sternenseemann 2022-06-01 19:23:06 +02:00
parent ad720c33b5
commit f5fee51df8
3 changed files with 31 additions and 21 deletions

View File

@ -772,6 +772,10 @@ broken-packages:
- complex-generic
- composable-associations-aeson
- compose-trans
- composite-cassava
- composite-dhall
- composite-ekg
- composite-lens-extra
- composite-opaleye
- composition-tree
- comprehensions-ghc
@ -4095,8 +4099,8 @@ broken-packages:
- Pup-Events-Server
- purebred-email
- pure-io
- pure-priority-queue
- purenix
- pure-priority-queue
- pure-zlib
- pushbullet
- pushbullet-types
@ -4596,6 +4600,7 @@ broken-packages:
- signable-haskell-protoc
- signed-multiset
- simd
- simfin
- simple-actors
- simpleargs
- simple-atom
@ -5076,6 +5081,7 @@ broken-packages:
- text1
- text-and-plots
- text-ascii
- text-builder-linear
- text-containers
- text-format
- text-format-heavy

View File

@ -1040,15 +1040,7 @@ dont-distribute-packages:
- compdata-automata
- compdata-dags
- compdata-param
- compdoc
- compdoc-dhall-decoder
- complexity
- composite-aeson-cofree-list
- composite-aeson-path
- composite-aeson-refined
- composite-aeson-throw
- composite-aeson-writeonly
- composite-swagger
- compstrat
- comptrans
- computational-algebra
@ -1294,6 +1286,7 @@ dont-distribute-packages:
- doc-review
- dom-parser
- dormouse-client
- dotparse
- doublezip
- dovetail
- dovetail-aeson
@ -2620,7 +2613,7 @@ dont-distribute-packages:
- list-witnesses
- listenbrainz-client
- liszt
- little-rio_1_0_0
- little-rio_1_0_1
- live-sequencer
- llvm
- llvm-analysis
@ -3042,6 +3035,7 @@ dont-distribute-packages:
- peparser
- perdure
- perf-analysis
- perf_0_10_0
- perfecthash
- periodic-client
- periodic-client-exe
@ -3189,6 +3183,7 @@ dont-distribute-packages:
- protobuf-native
- protocol-buffers-descriptor-fork
- proton
- psc-ide
- psql
- ptera
- ptera-core
@ -3200,8 +3195,8 @@ dont-distribute-packages:
- puppetresources
- pure-cdb
- pure-priority-queue-tests
- purenix
- purescript-iso
- purescript-tsd-gen
- pursuit-client
- push-notify
- push-notify-apn
@ -3311,7 +3306,6 @@ dont-distribute-packages:
- reduce-equations
- refh
- reflex-animation
- reflex-backend-socket
- reflex-backend-wai
- reflex-dom-colonnade
- reflex-dynamic-containers
@ -3573,6 +3567,7 @@ dont-distribute-packages:
- shapefile
- shapely-data
- shapes-demo
- sheets
- shelduck
- shellmate-extras
- shine-varying
@ -4233,6 +4228,7 @@ dont-distribute-packages:
- yuuko
- z85
- zasni-gerna
- zephyr
- zephyr-copilot
- zeromq3-conduit
- zeromq3-haskell

View File

@ -62191,7 +62191,6 @@ self: {
];
description = "Parse a Pandoc to a composite value";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"compdoc-dhall-decoder" = callPackage
@ -62210,7 +62209,6 @@ self: {
];
description = "Allows you to write FromDhall instances for Compdoc";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"compendium-client" = callPackage
@ -62467,7 +62465,6 @@ self: {
];
description = "Print a Cofree [] as a JSON value";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-aeson-path" = callPackage
@ -62479,7 +62476,6 @@ self: {
libraryHaskellDepends = [ base composite-aeson path ];
description = "Formatting data for the path library";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-aeson-refined" = callPackage
@ -62495,7 +62491,6 @@ self: {
];
description = "composite-aeson support for Refined from the refined package";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-aeson-throw" = callPackage
@ -62511,7 +62506,6 @@ self: {
];
description = "MonadThrow behaviour for composite-aeson";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-aeson-writeonly" = callPackage
@ -62526,7 +62520,6 @@ self: {
];
description = "WriteOnly indicators for composite-aeson";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-base" = callPackage
@ -62580,6 +62573,8 @@ self: {
];
description = "Csv parsing functionality for composite";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"composite-dhall" = callPackage
@ -62596,6 +62591,8 @@ self: {
];
description = "Dhall instances for composite records";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"composite-ekg" = callPackage
@ -62610,6 +62607,8 @@ self: {
];
description = "EKG Metrics for Vinyl records";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"composite-hashable" = callPackage
@ -62650,6 +62649,8 @@ self: {
libraryHaskellDepends = [ base composite-base lens vinyl ];
description = "Extra lens functions for composite";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"composite-opaleye" = callPackage
@ -62695,7 +62696,6 @@ self: {
];
description = "Swagger for Vinyl records";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"composite-tuple" = callPackage
@ -82828,6 +82828,7 @@ self: {
];
description = "dot language parsing and printing";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"double-conversion" = callPackage
@ -222986,6 +222987,7 @@ self: {
];
description = "Language support for the PureScript programming language";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
}) {};
"pseudo-boolean" = callPackage
@ -224048,6 +224050,7 @@ self: {
];
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"pursuit-client" = callPackage
@ -230658,7 +230661,6 @@ self: {
];
description = "Reflex bindings for TCP sockets";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"reflex-backend-wai" = callPackage
@ -249001,6 +249003,7 @@ self: {
];
description = "Spreadsheet type for composite";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"shelduck" = callPackage
@ -250224,6 +250227,8 @@ self: {
testHaskellDepends = [ aeson base tasty tasty-hunit text ];
description = "A library to fetch and parse financial data from the SimFin(+) API";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"simgi" = callPackage
@ -272904,6 +272909,8 @@ self: {
benchmarkHaskellDepends = [ base tasty tasty-bench text ];
description = "Builder for Text based on linear types";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"text-containers" = callPackage
@ -306104,6 +306111,7 @@ self: {
testToolDepends = [ purescript ];
description = "Zephyr, tree-shaking for the PureScript language";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
}) {};
"zephyr-copilot" = callPackage