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:
@@ -831,6 +831,7 @@ broken-packages:
|
||||
- context-free-grammar
|
||||
- context-stack
|
||||
- contiguous-checked
|
||||
- contiguous-fft
|
||||
- continue
|
||||
- Contract
|
||||
- control-iso
|
||||
@@ -3897,6 +3898,7 @@ broken-packages:
|
||||
- PrimitiveArray-Pretty
|
||||
- primitive-atomic
|
||||
- primitive-checked
|
||||
- primitive-containers
|
||||
- primitive-convenience
|
||||
- primitive-foreign
|
||||
- primitive-indexed
|
||||
@@ -4202,6 +4204,7 @@ broken-packages:
|
||||
- riemann
|
||||
- riff
|
||||
- ring-buffer
|
||||
- ring-buffers
|
||||
- riscv-isa
|
||||
- Ritt-Wu
|
||||
- rivers
|
||||
|
||||
@@ -65292,6 +65292,8 @@ self: {
|
||||
libraryHaskellDepends = [ base contiguous primitive semirings ];
|
||||
description = "dft of contiguous memory structures";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"continue" = callPackage
|
||||
@@ -221007,6 +221009,8 @@ self: {
|
||||
];
|
||||
description = "containers backed by arrays";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"primitive-convenience" = callPackage
|
||||
@@ -236640,6 +236644,8 @@ self: {
|
||||
testHaskellDepends = [ base HUnit primitive QuickCheck ];
|
||||
description = "mutable ring buffers with atomic updates in GHC Haskell";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"rings" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user