haskellPackages.dataframe: unpin from 0.3.3.6 (#526717)

This commit is contained in:
Wolfgang Walther 2026-06-02 06:42:04 +00:00 committed by GitHub
commit a0811c1859
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 15 additions and 5 deletions

View file

@ -1773,6 +1773,13 @@ with haskellLib;
# https://github.com/obsidiansystems/database-id/issues/1
database-id-class = doJailbreak super.database-id-class;
# Too strict version bounds (<0.4) on network-run
# https://github.com/abhinav/pinch/pull/72
pinch = lib.pipe super.pinch [
(warnAfterVersion "0.5.2.0")
doJailbreak
];
# TODO: when (likely in 25.x) Stackage bumps random to 1.3, review
dataframe-persistent = lib.pipe super.dataframe-persistent [
doJailbreak # 2026-01-23: too strict bounds on dataframe >= 0.4

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;
}
) { };