From 476b362a5dd5cc0c9e5b0917617495f1bdabcbda Mon Sep 17 00:00:00 2001 From: maralorn Date: Sun, 17 Mar 2024 12:29:28 +0100 Subject: [PATCH] haskell.packages.ghc98.haskell-language-server: Drop overrides --- .../haskell-modules/configuration-ghc-9.8.x.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix index 2c45aceb1aa1..3c3decb1bd25 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix @@ -49,23 +49,6 @@ self: super: { unix = null; xhtml = null; - # - # HLS - # https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html - # - haskell-language-server = super.haskell-language-server.override { - hls-class-plugin = null; - hls-fourmolu-plugin = null; - hls-gadt-plugin = null; - hls-hlint-plugin = null; - hls-ormolu-plugin = null; - hls-refactor-plugin = null; - hls-rename-plugin = null; - hls-retrie-plugin = null; - hls-splice-plugin = null; - hls-stylish-haskell-plugin = null; - }; - # # Version upgrades #