haskellPackages.ghc-datasize: unbreak
Builds fine.
This commit is contained in:
committed by
sternenseemann
parent
9190362877
commit
482b0debe8
@@ -2005,7 +2005,6 @@ broken-packages:
|
||||
- ghc-clippy-plugin # failure in job https://hydra.nixos.org/build/233227499 at 2023-09-02
|
||||
- ghc-core-smallstep # failure in job https://hydra.nixos.org/build/233209763 at 2023-09-02
|
||||
- ghc-corroborate # failure in job https://hydra.nixos.org/build/233223692 at 2023-09-02
|
||||
- ghc-datasize # failure in job https://hydra.nixos.org/build/233196292 at 2023-09-02
|
||||
- ghc-definitions-th # failure in job https://hydra.nixos.org/build/233254844 at 2023-09-02
|
||||
- ghc-dump-core # failure in job https://hydra.nixos.org/build/233214478 at 2023-09-02
|
||||
- ghc-dump-tree # failure in job https://hydra.nixos.org/build/233237228 at 2023-09-02
|
||||
@@ -4990,6 +4989,7 @@ broken-packages:
|
||||
- rattle # failure in job https://hydra.nixos.org/build/233234335 at 2023-09-02
|
||||
- rattletrap # failure in job https://hydra.nixos.org/build/233206840 at 2023-09-02
|
||||
- raven-haskell-scotty # failure in job https://hydra.nixos.org/build/233244270 at 2023-09-02
|
||||
- rawr # fails to build after unbreaking ghc-datasize at 2025-01-19
|
||||
- raylib-imgui # failure in job https://hydra.nixos.org/build/233222471 at 2023-09-02
|
||||
- raz # failure in job https://hydra.nixos.org/build/233218482 at 2023-09-02
|
||||
- rbst # failure in job https://hydra.nixos.org/build/233238184 at 2023-09-02
|
||||
|
||||
@@ -3299,7 +3299,6 @@ dont-distribute-packages:
|
||||
- rascal
|
||||
- raw-feldspar
|
||||
- rawlock
|
||||
- rawr
|
||||
- razom-text-util
|
||||
- rbr
|
||||
- rc
|
||||
|
||||
@@ -122152,8 +122152,6 @@ self: {
|
||||
libraryHaskellDepends = [ base deepseq ghc-heap ghc-prim ];
|
||||
description = "Determine the size of data structures in GHC's memory";
|
||||
license = lib.licenses.bsd3;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {};
|
||||
|
||||
"ghc-debug-brick" = callPackage
|
||||
|
||||
Reference in New Issue
Block a user