diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml index d3abd1f922b1..b529756aed6a 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/main.yaml @@ -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) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml index cb9ad937ab5d..441106e87af0 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml @@ -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 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index ced9c0fb8962..714730c7954c 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -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; } ) { };