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
ded3155b66
commit
c1e2f12203
3 changed files with 10 additions and 0 deletions
|
@ -2220,6 +2220,7 @@ broken-packages:
|
|||
- hlongurl
|
||||
- hlrdb-core
|
||||
- hls-exactprint-utils
|
||||
- hls-rename-plugin
|
||||
- hlwm
|
||||
- hmarkup
|
||||
- hmatrix-banded
|
||||
|
@ -2599,6 +2600,7 @@ broken-packages:
|
|||
- introduction
|
||||
- intro-prelude
|
||||
- invert
|
||||
- invertible
|
||||
- invertible-syntax
|
||||
- io-capture
|
||||
- io-choice
|
||||
|
|
|
@ -1785,6 +1785,7 @@ dont-distribute-packages:
|
|||
- introduction-test
|
||||
- intset
|
||||
- invertible-hlist
|
||||
- invertible-hxt
|
||||
- ion
|
||||
- ip
|
||||
- ipatch
|
||||
|
@ -3213,6 +3214,7 @@ dont-distribute-packages:
|
|||
- warped
|
||||
- wavesurfer
|
||||
- wavy
|
||||
- web-inv-route
|
||||
- web-mongrel2
|
||||
- web-page
|
||||
- web-rep
|
||||
|
|
|
@ -136949,6 +136949,8 @@ self: {
|
|||
testHaskellDepends = [ base filepath hls-test-utils ];
|
||||
description = "Rename plugin for Haskell Language Server";
|
||||
license = lib.licenses.asl20;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"hls-retrie-plugin" = callPackage
|
||||
|
@ -156525,6 +156527,8 @@ self: {
|
|||
testHaskellDepends = [ base QuickCheck transformers ];
|
||||
description = "bidirectional arrows, bijective functions, and invariant functors";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"invertible-grammar" = callPackage
|
||||
|
@ -156569,6 +156573,7 @@ self: {
|
|||
];
|
||||
description = "invertible transformer instances for HXT Picklers";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"invertible-syntax" = callPackage
|
||||
|
@ -294198,6 +294203,7 @@ self: {
|
|||
testHaskellDepends = [ base bytestring HUnit network-uri text ];
|
||||
description = "Composable, reversible, efficient web routing using invertible invariants and bijections";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
}) {};
|
||||
|
||||
"web-mongrel2" = callPackage
|
||||
|
|
Loading…
Reference in a new issue