mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
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
014a2a9976
commit
3910b36a70
@ -571,6 +571,7 @@ broken-packages:
|
||||
- call-alloy
|
||||
- cal-layout
|
||||
- call-haskell-from-anything
|
||||
- call-plantuml
|
||||
- camfort
|
||||
- canon
|
||||
- canonical-filepath
|
||||
@ -648,6 +649,7 @@ broken-packages:
|
||||
- checked
|
||||
- Checked
|
||||
- checkmate
|
||||
- chez-grater
|
||||
- chiasma
|
||||
- Chitra
|
||||
- choose
|
||||
@ -3782,6 +3784,7 @@ broken-packages:
|
||||
- pcf-font
|
||||
- pcgen
|
||||
- PCLT
|
||||
- pcre2
|
||||
- pcre-light-extra
|
||||
- pdfname
|
||||
- pdf-slave-template
|
||||
@ -3943,6 +3946,7 @@ broken-packages:
|
||||
- polysemy-check
|
||||
- polysemy-keyed-state
|
||||
- polysemy-kvstore-jsonfile
|
||||
- polysemy-managed
|
||||
- polysemy-mocks
|
||||
- polysemy-readline
|
||||
- polysemy-req
|
||||
@ -5504,6 +5508,7 @@ broken-packages:
|
||||
- wai-graceful
|
||||
- wai-handler-devel
|
||||
- wai-handler-fastcgi
|
||||
- wai-handler-hal
|
||||
- wai-handler-scgi
|
||||
- wai-handler-webkit
|
||||
- wai-hmac-auth
|
||||
@ -5564,11 +5569,11 @@ broken-packages:
|
||||
- webdriver
|
||||
- webdriver-snoy
|
||||
- web-encodings
|
||||
- webkitgtk3
|
||||
- WeberLogic
|
||||
- webex-teams-pipes
|
||||
- webfinger-client
|
||||
- web-inv-route
|
||||
- webkitgtk3
|
||||
- webkit-javascriptcore
|
||||
- webmention
|
||||
- web-output
|
||||
|
@ -878,6 +878,7 @@ dont-distribute-packages:
|
||||
- cabal-query
|
||||
- cabal-test
|
||||
- cabal2arch
|
||||
- cabal2json
|
||||
- cabalmdvrpm
|
||||
- cabalrpmdeps
|
||||
- cabocha
|
||||
@ -3087,6 +3088,8 @@ dont-distribute-packages:
|
||||
- phonetic-languages-simplified-generalized-properties-array
|
||||
- phonetic-languages-simplified-lists-examples
|
||||
- phonetic-languages-simplified-properties-array
|
||||
- phonetic-languages-simplified-properties-array-common
|
||||
- phonetic-languages-simplified-properties-array-old
|
||||
- phonetic-languages-simplified-properties-lists
|
||||
- phonetic-languages-simplified-properties-lists-double
|
||||
- phonetic-languages-ukrainian
|
||||
@ -4200,6 +4203,7 @@ dont-distribute-packages:
|
||||
- yesod-auth-fb
|
||||
- yesod-auth-ldap
|
||||
- yesod-auth-lti13
|
||||
- yesod-auth-simple
|
||||
- yesod-colonnade
|
||||
- yesod-comments
|
||||
- yesod-continuations
|
||||
|
@ -51420,6 +51420,7 @@ self: {
|
||||
testToolDepends = [ sydtest-discover ];
|
||||
description = "Turn a .cabal file into a .json file";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"cabal2nix" = callPackage
|
||||
@ -52391,6 +52392,8 @@ self: {
|
||||
testHaskellDepends = [ base bytestring filepath hspec process ];
|
||||
description = "A simple library to call PlantUML given a diagram specification";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"call-stack" = callPackage
|
||||
@ -56167,6 +56170,8 @@ self: {
|
||||
];
|
||||
description = "Parse and scrape recipe blogs";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"chiasma" = callPackage
|
||||
@ -208664,6 +208669,8 @@ self: {
|
||||
];
|
||||
description = "Regular expressions via the PCRE2 C library (included)";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"pcre2_2_2_1" = callPackage
|
||||
@ -208689,6 +208696,7 @@ self: {
|
||||
description = "Regular expressions via the PCRE2 C library (included)";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"pdc" = callPackage
|
||||
@ -211885,6 +211893,7 @@ self: {
|
||||
];
|
||||
description = "Common functionality for 'with-tuples' and old version of properties";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"phonetic-languages-simplified-properties-array-old" = callPackage
|
||||
@ -211906,6 +211915,7 @@ self: {
|
||||
];
|
||||
description = "Some properties of the data related to rhythmicity";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"phonetic-languages-simplified-properties-lists" = callPackage
|
||||
@ -216179,6 +216189,8 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Primitive functions and data types";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"polysemy-methodology" = callPackage
|
||||
@ -292621,6 +292633,8 @@ self: {
|
||||
testToolDepends = [ tasty-discover ];
|
||||
description = "Wrap WAI applications to run on AWS Lambda";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"wai-handler-launch" = callPackage
|
||||
@ -303595,6 +303609,7 @@ self: {
|
||||
testToolDepends = [ hspec-discover ];
|
||||
description = "Traditional email/pass auth for Yesod";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"yesod-auth-smbclient" = callPackage
|
||||
|
Loading…
Reference in New Issue
Block a user