haskellPackages.dataframe: unpin from 0.3.3.6

later version of dataframe removed dependency on random-1.3 so safe to
unpin
This commit is contained in:
Ai-Ya-Ya 2026-05-31 20:05:52 +00:00
commit eca559367a
No known key found for this signature in database
3 changed files with 8 additions and 5 deletions

View file

@ -27,9 +27,6 @@
default-package-overrides:
- chs-cabal == 0.1.1.2 # matches Cabal 3.12 (GHC 9.10)
- clash-lib-hedgehog < 1.9 # needs to match clash-lib from Stackage
# 2026-01-23: dataframe >= 0.3.3.7 uses random-1.3, which breaks dependency coherence on 25.11, whose default version is random-1.2
# TODO: when (likely in 25.x) Stackage bumps random to 1.3, review
- dataframe == 0.3.3.6
# 2025-12-26: Needs to match egison-pattern-src from Stackage LTS
- egison-pattern-src-th-mode < 0.2.2
- extensions == 0.1.0.2 # matches Cabal 3.12 (GHC 9.10)

View file

@ -451,6 +451,7 @@ dont-distribute-packages:
- clash
- clash-protocols
- clash-protocols-base
- clash-vexriscv
- classify-frog
- classy-effects
- classy-effects-th
@ -668,7 +669,6 @@ dont-distribute-packages:
- datafix
- dataflow
- dataframe
- dataframe-hasktorch
- dataframe-lazy
- dataframe-parquet
- dataframe-parquet-th
@ -1296,6 +1296,7 @@ dont-distribute-packages:
- halma-gui
- halma-telegram-bot
- hamusic
- hanalyze
- hans-pcap
- happlets-lib-gtk
- HAppS-Data
@ -1687,6 +1688,7 @@ dont-distribute-packages:
- hsqml-demo-morris
- hsqml-morris
- hsreadability
- hsrs
- hssourceinfo
- hssqlppp-th
- hstar
@ -1963,6 +1965,7 @@ dont-distribute-packages:
- kif-parser
- kind-integer
- kind-rational
- kiroku-otel
- kit
- kmeans-par
- kmeans-vector

View file

@ -145047,6 +145047,7 @@ self: {
];
description = "VexRiscv CPU core for use in Clash designs";
license = lib.meta.getLicenseFromSpdxId "Apache-2.0";
hydraPlatforms = lib.platforms.none;
}
) { };
@ -185168,7 +185169,6 @@ self: {
testHaskellDepends = [ base ];
description = "Converts between dataframes and hasktorch tensors";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
}
) { };
@ -302050,6 +302050,7 @@ self: {
];
description = "A general-purpose statistical analysis, optimization and visualization toolkit";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };
@ -364963,6 +364964,7 @@ self: {
];
description = "Runtime support for hsrs-generated Haskell FFI bindings";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
}
) { };
@ -411735,6 +411737,7 @@ self: {
];
description = "OpenTelemetry W3C trace-context helpers for Kiroku event metadata";
license = lib.meta.getLicenseFromSpdxId "BSD-3-Clause";
hydraPlatforms = lib.platforms.none;
}
) { };