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:
Dennis Gosnell 2022-08-09 14:01:54 +09:00
parent aa832eedd7
commit 6e8c590ec8
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 15 additions and 0 deletions

View file

@ -971,6 +971,7 @@ broken-packages:
- data-diverse
- datadog
- data-easy
- data-elevator
- data-embed
- data-emoticons
- data-filepath
@ -1177,6 +1178,7 @@ broken-packages:
- dpor
- dragen
- drawille
- dr-cabal
- drClickOn
- dresdner-verkehrsbetriebe
- DrIFT
@ -1436,6 +1438,7 @@ broken-packages:
- file-command-qq
- filediff
- file-embed-poly
- file-io
- file-location
- FileManip
- FileManipCompat
@ -2521,6 +2524,7 @@ broken-packages:
- hunit-rematch
- hunspell-hs
- hup
- hurl
- hurriyet
- husky
- hutton
@ -4137,6 +4141,7 @@ broken-packages:
- rand-vars
- Range
- rangemin
- rangeset
- rank1dynamic
- rank-product
- rapid-term

View file

@ -73555,6 +73555,8 @@ self: {
testHaskellDepends = [ base hspec ];
description = "Coerce between unlifted boxed and lifted types";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"data-elf" = callPackage
@ -84932,7 +84934,9 @@ self: {
executableHaskellDepends = [ base relude ];
description = "See README for more info";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "dr-cabal";
broken = true;
}) {};
"drClickOn" = callPackage
@ -97327,6 +97331,8 @@ self: {
libraryHaskellDepends = [ base bytestring filepath unix ];
description = "Basic file IO operations via 'OsPath'";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"file-location" = callPackage
@ -152813,6 +152819,8 @@ self: {
];
description = "Haskell URL resolver";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hurriyet" = callPackage
@ -233048,6 +233056,8 @@ self: {
];
description = "Efficient sets for semi-contiguous data";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"rank-product" = callPackage