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:
parent
632bf6624d
commit
68c0f30a79
@ -354,6 +354,7 @@ broken-packages:
|
||||
- binary-derive
|
||||
- binary-ext
|
||||
- binary-indexed-tree
|
||||
- binary-io
|
||||
- binary-protocol
|
||||
- binary-typed
|
||||
- BinderAnn
|
||||
@ -755,6 +756,7 @@ broken-packages:
|
||||
- compact-socket
|
||||
- compact-string
|
||||
- compact-string-fix
|
||||
- comparse
|
||||
- compdata-dags
|
||||
- compdata-param
|
||||
- competition
|
||||
@ -3853,6 +3855,7 @@ broken-packages:
|
||||
- powerdns
|
||||
- powermate
|
||||
- powerpc
|
||||
- powerqueue-distributed
|
||||
- powerqueue-levelmem
|
||||
- pprecord
|
||||
- PPrinter
|
||||
|
@ -965,6 +965,8 @@ dont-distribute-packages:
|
||||
- diplomacy
|
||||
- diplomacy-server
|
||||
- dirfiles
|
||||
- dirtree
|
||||
- disco
|
||||
- discogs-haskell
|
||||
- discord-gateway
|
||||
- discord-hs
|
||||
@ -1625,6 +1627,7 @@ dont-distribute-packages:
|
||||
- hreq-conduit
|
||||
- hs-blake2
|
||||
- hs-brotli
|
||||
- hs-duktape
|
||||
- hs-ffmpeg
|
||||
- hs-gen-iface
|
||||
- hs-pkpass
|
||||
@ -1658,7 +1661,7 @@ dont-distribute-packages:
|
||||
- hsfacter
|
||||
- hslogstash
|
||||
- hspec-expectations-pretty
|
||||
- hspec-expectations-pretty-diff_0_7_2_6
|
||||
- hspec-expectations-pretty-diff
|
||||
- hspec-pg-transact
|
||||
- hspec-setup
|
||||
- hspec-shouldbe
|
||||
@ -2305,7 +2308,7 @@ dont-distribute-packages:
|
||||
- pairing
|
||||
- panda
|
||||
- pandoc-japanese-filters
|
||||
- pandoc_2_17
|
||||
- pandoc_2_17_0_1
|
||||
- papa
|
||||
- papa-base
|
||||
- papa-base-implement
|
||||
@ -2461,6 +2464,7 @@ dont-distribute-packages:
|
||||
- puppetresources
|
||||
- pure-cdb
|
||||
- pure-priority-queue-tests
|
||||
- purescript-bridge
|
||||
- purescript-iso
|
||||
- push-notify
|
||||
- push-notify-apn
|
||||
@ -2746,6 +2750,7 @@ dont-distribute-packages:
|
||||
- servant-streaming-client
|
||||
- servant-streaming-docs
|
||||
- servant-streaming-server
|
||||
- servant-subscriber
|
||||
- servant-swagger-tags
|
||||
- servant-waargonaut
|
||||
- servant-zeppelin-client
|
||||
@ -3058,6 +3063,7 @@ dont-distribute-packages:
|
||||
- trek-db
|
||||
- triangulation
|
||||
- tries
|
||||
- trimdent
|
||||
- trimpolya
|
||||
- truelevel
|
||||
- trurl
|
||||
|
@ -41560,6 +41560,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
|
||||
@ -61324,6 +61326,8 @@ self: {
|
||||
];
|
||||
description = "A highly generic parser combinators library";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"compdata" = callPackage
|
||||
@ -78754,6 +78758,7 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "A small library for working with directories";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"disassembler" = callPackage
|
||||
@ -78800,6 +78805,7 @@ self: {
|
||||
];
|
||||
description = "Functional programming language for teaching discrete math";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"discogs-haskell" = callPackage
|
||||
@ -141188,6 +141194,7 @@ self: {
|
||||
];
|
||||
description = "Haskell bindings for a very compact embedded ECMAScript (JavaScript) engine";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hs-excelx" = callPackage
|
||||
@ -145001,6 +145008,7 @@ self: {
|
||||
testHaskellDepends = [ aeson base hspec HUnit text ];
|
||||
description = "Catchy combinators for HUnit";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"hspec-experimental" = callPackage
|
||||
@ -218564,6 +218572,8 @@ self: {
|
||||
testHaskellDepends = [ async base hspec powerqueue stm timespan ];
|
||||
description = "A distributed worker backend for powerqueu";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"powerqueue-levelmem" = callPackage
|
||||
@ -223666,6 +223676,7 @@ self: {
|
||||
];
|
||||
description = "Generate PureScript data types from Haskell data types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"purescript-bundle-fast" = callPackage
|
||||
@ -246406,6 +246417,7 @@ self: {
|
||||
executableHaskellDepends = [ base purescript-bridge ];
|
||||
description = "When REST is not enough ...";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"servant-swagger" = callPackage
|
||||
@ -280237,6 +280249,7 @@ self: {
|
||||
];
|
||||
description = "A utility for neat multiline string trimming";
|
||||
license = lib.licenses.agpl3Only;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"trimpolya" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user