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 2022-01-27 17:46:37 +01:00
parent ded3155b66
commit c1e2f12203
3 changed files with 10 additions and 0 deletions

View File

@ -2220,6 +2220,7 @@ broken-packages:
- hlongurl - hlongurl
- hlrdb-core - hlrdb-core
- hls-exactprint-utils - hls-exactprint-utils
- hls-rename-plugin
- hlwm - hlwm
- hmarkup - hmarkup
- hmatrix-banded - hmatrix-banded
@ -2599,6 +2600,7 @@ broken-packages:
- introduction - introduction
- intro-prelude - intro-prelude
- invert - invert
- invertible
- invertible-syntax - invertible-syntax
- io-capture - io-capture
- io-choice - io-choice

View File

@ -1785,6 +1785,7 @@ dont-distribute-packages:
- introduction-test - introduction-test
- intset - intset
- invertible-hlist - invertible-hlist
- invertible-hxt
- ion - ion
- ip - ip
- ipatch - ipatch
@ -3213,6 +3214,7 @@ dont-distribute-packages:
- warped - warped
- wavesurfer - wavesurfer
- wavy - wavy
- web-inv-route
- web-mongrel2 - web-mongrel2
- web-page - web-page
- web-rep - web-rep

View File

@ -136949,6 +136949,8 @@ self: {
testHaskellDepends = [ base filepath hls-test-utils ]; testHaskellDepends = [ base filepath hls-test-utils ];
description = "Rename plugin for Haskell Language Server"; description = "Rename plugin for Haskell Language Server";
license = lib.licenses.asl20; license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"hls-retrie-plugin" = callPackage "hls-retrie-plugin" = callPackage
@ -156525,6 +156527,8 @@ self: {
testHaskellDepends = [ base QuickCheck transformers ]; testHaskellDepends = [ base QuickCheck transformers ];
description = "bidirectional arrows, bijective functions, and invariant functors"; description = "bidirectional arrows, bijective functions, and invariant functors";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"invertible-grammar" = callPackage "invertible-grammar" = callPackage
@ -156569,6 +156573,7 @@ self: {
]; ];
description = "invertible transformer instances for HXT Picklers"; description = "invertible transformer instances for HXT Picklers";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"invertible-syntax" = callPackage "invertible-syntax" = callPackage
@ -294198,6 +294203,7 @@ self: {
testHaskellDepends = [ base bytestring HUnit network-uri text ]; testHaskellDepends = [ base bytestring HUnit network-uri text ];
description = "Composable, reversible, efficient web routing using invertible invariants and bijections"; description = "Composable, reversible, efficient web routing using invertible invariants and bijections";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
}) {}; }) {};
"web-mongrel2" = callPackage "web-mongrel2" = callPackage