From e0497b3d10c305d93bd30af9fb0d5f93a84cd017 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Thu, 4 Jun 2026 15:40:13 +0100 Subject: [PATCH] haskellPackages: drop obsolete package upgrades --- pkgs/by-name/ko/koka/package.nix | 2 +- .../haskell-modules/configuration-ghc-9.14.x.nix | 1 - pkgs/development/haskell-modules/configuration-nix.nix | 7 ------- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/pkgs/by-name/ko/koka/package.nix b/pkgs/by-name/ko/koka/package.nix index a838fa7ca4ef..130a2aefeeed 100644 --- a/pkgs/by-name/ko/koka/package.nix +++ b/pkgs/by-name/ko/koka/package.nix @@ -68,7 +68,7 @@ haskellPackages.mkDerivation { hashable isocline lens - lsp_2_8_0_0 + lsp mtl network network-simple diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix index 70503ef4f538..55f3179108bf 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.14.x.nix @@ -81,7 +81,6 @@ with haskellLib; # ghc-exactprint = doDistribute self.ghc-exactprint_1_14_0_0; - hie-bios = doDistribute (dontCheck self.hie-bios_0_19_0); # Tests access homeless-shelter. # # Jailbreaks diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix index 815564040cdd..f6c2f9f5cd78 100644 --- a/pkgs/development/haskell-modules/configuration-nix.nix +++ b/pkgs/development/haskell-modules/configuration-nix.nix @@ -1141,13 +1141,6 @@ builtins.intersectAttrs super { ]; }) super.lsp-test; - lsp_2_8_0_0 = doDistribute ( - super.lsp_2_8_0_0.override { - lsp-types = self.lsp-types_2_4_0_0; - } - ); - lsp-types_2_4_0_0 = doDistribute super.lsp-types_2_4_0_0; - # the test suite attempts to run the binaries built in this package # through $PATH but they aren't in $PATH dhall-lsp-server = dontCheck super.dhall-lsp-server;