haskell.packages.ghc98.haskell-language-server: Drop overrides

This commit is contained in:
maralorn 2024-03-17 12:29:28 +01:00
parent dc423ccc93
commit 476b362a5d

View File

@ -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
#