3
0
Fork 0
forked from mirrors/nixpkgs

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:
Malte Brandy 2021-06-12 19:22:33 +02:00
parent 37c8bfc077
commit 6eaf494a83
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 43 additions and 0 deletions

View file

@ -370,6 +370,7 @@ broken-packages:
- biohazard
- bio-sequence
- birds-of-paradise
- biscuit-haskell
- bisect-binary
- bishbosh
- bitcoin-hs
@ -998,6 +999,7 @@ broken-packages:
- dhall-fly
- dhall-text
- dhall-to-cabal
- dhcp-lease-parser
- dhrun
- dia-base
- diagrams-boolean
@ -2202,6 +2204,7 @@ broken-packages:
- hs-carbon-examples
- hscd
- hs-cdb
- hscdio
- hsclock
- hScraper
- hscuid
@ -2480,6 +2483,7 @@ broken-packages:
- Irc
- irc-dcc
- irc-fun-types
- iri
- iridium
- iron-mq
- irt
@ -2548,6 +2552,7 @@ broken-packages:
- json-schema
- jsonschema-gen
- jsonsql
- json-syntax
- json-tools
- json-tracer
- jsontsv
@ -3059,6 +3064,7 @@ broken-packages:
- movie-monad
- mpppc
- mpris
- mptcp-pm
- mpvguihs
- mqtt
- mqtt-hs
@ -3390,6 +3396,7 @@ broken-packages:
- pandoc-utils
- pang-a-lambda
- pangraph
- pan-os-syslog
- panpipe
- pansite
- pantry-tmp
@ -4209,6 +4216,7 @@ broken-packages:
- shorten-strings
- show-prettyprint
- Shpadoinkle-backend-snabbdom
- Shpadoinkle-isreal
- Shpadoinkle-streaming
- shwifty
- sifflet
@ -4282,6 +4290,7 @@ broken-packages:
- slug
- slugify
- smallarray
- small-bytearray-builder
- smallcheck-kind-generics
- smallcheck-laws
- smallcheck-lens
@ -4681,6 +4690,7 @@ broken-packages:
- thank-you-stars
- th-build
- th-dict-discovery
- themoviedb
- thentos-cookie-session
- Theora
- theoremquest
@ -4919,6 +4929,7 @@ broken-packages:
- unordered-intmap
- unpacked-either
- unpacked-maybe
- unpacked-maybe-numeric
- unpack-funcs
- unroll-ghc-plugin
- unsafely

View file

@ -165,6 +165,7 @@ dont-distribute-packages:
- Barracuda
- base16-lens
- base32-bytestring
- base64-bytes
- baserock-schema
- BASIC
- batchd
@ -1619,8 +1620,10 @@ dont-distribute-packages:
- JsonGrammar
- jsonifier
- json-incremental-decoder
- json-query
- jsons-to-schema
- json-togo
- json-tokens
- jspath
- JunkDB-driver-gdbm
- JunkDB-driver-hashtables
@ -2618,6 +2621,7 @@ dont-distribute-packages:
- SGdemo
- sgf
- sgrep
- sha1
- shake-minify-css
- shaker
- shapefile
@ -3068,6 +3072,7 @@ dont-distribute-packages:
- vfr-waypoints
- ViennaRNA-extras
- vigilance
- vimeta
- vinyl-operational
- vision
- visual-graphrewrite

View file

@ -18468,6 +18468,8 @@ self: {
];
description = "Isreal Swan will make a snowman for you!";
license = lib.licenses.gpl3Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"Shpadoinkle-lens" = callPackage
@ -38393,6 +38395,7 @@ self: {
];
description = "Base64 encoding of byte sequences";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"base64-bytestring" = callPackage
@ -42285,6 +42288,8 @@ self: {
];
description = "Library support for the Biscuit security token";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"bisect-binary" = callPackage
@ -74312,6 +74317,8 @@ self: {
];
description = "Parse a DHCP lease file";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"dhrun" = callPackage
@ -136412,6 +136419,8 @@ self: {
];
description = "Haskell bindings to the libcdio disc-reading library";
license = lib.licenses.gpl3Plus;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {cdio = null;};
"hscharm" = callPackage
@ -150233,6 +150242,8 @@ self: {
];
description = "RFC-based resource identifier library";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"iridium" = callPackage
@ -153197,6 +153208,7 @@ self: {
];
description = "Kitchen sink for querying JSON";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"json-rpc" = callPackage
@ -153407,6 +153419,8 @@ self: {
];
description = "High-performance JSON parser and encoder";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"json-to-haskell" = callPackage
@ -153483,6 +153497,7 @@ self: {
];
description = "Tokenize JSON";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"json-tools" = callPackage
@ -179869,6 +179884,8 @@ self: {
testHaskellDepends = [ base HUnit ip text ];
description = "A Multipath TCP path manager";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"mpvguihs" = callPackage
@ -194484,6 +194501,8 @@ self: {
benchmarkHaskellDepends = [ base byteslice gauge primitive ];
description = "Parse syslog traffic from PAN-OS";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"panda" = callPackage
@ -235794,6 +235813,7 @@ self: {
];
description = "SHA-1 Hash";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {};
"shade" = callPackage
@ -240420,6 +240440,8 @@ self: {
doHaddock = false;
description = "Serialize to bytes";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"smallarray" = callPackage
@ -261054,6 +261076,8 @@ self: {
];
description = "Haskell API bindings for http://themoviedb.org";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"themplate" = callPackage
@ -272318,6 +272342,8 @@ self: {
testHaskellDepends = [ base QuickCheck quickcheck-classes ];
description = "maybes of numeric values with fewer indirections";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"unpacked-maybe-text" = callPackage
@ -276297,6 +276323,7 @@ self: {
];
description = "Frontend for video metadata tagging tools";
license = lib.licenses.bsd2;
hydraPlatforms = lib.platforms.none;
}) {};
"vimus" = callPackage