haskellPackages: regenerate package set based on current config

This commit is contained in:
Alexandre Esteves
2026-07-14 17:57:03 +01:00
parent 54112f9a6b
commit 1c3465fcb7
2 changed files with 2 additions and 2 deletions

View File

@@ -677,6 +677,7 @@ dont-distribute-packages:
- datafix
- dataflow
- dataframe
- dataframe-huggingface
- dataframe-lazy
- dataframe-parquet
- dataframe-parquet-th

View File

@@ -186510,6 +186510,7 @@ self: {
testHaskellDepends = [ base ];
description = "Read Parquet datasets from HuggingFace into dataframes";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
}
) { };
@@ -576232,8 +576233,6 @@ self: {
];
description = "Hot reload and reload-surviving values with GHCi";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };