about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-04-03 15:11:05 +0200
committermaralorn <mail@maralorn.de>2023-04-03 15:11:05 +0200
commit5ddf8ec5a8ba62f5e117a7700946f56e711a9618 (patch)
tree18eb28e0be699e1d640ae07055659fb3ea745c01 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent0ba7f7688dbdabbfb508aaf961cba20a6c852d7c (diff)
downloadnixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar.gz
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar.bz2
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar.lz
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar.xz
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.tar.zst
nixlib-5ddf8ec5a8ba62f5e117a7700946f56e711a9618.zip
haskell.packages.ghc94.haskell-language-server: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix12
1 files changed, 1 insertions, 11 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 4e61341c0dd9..b094aa941ade 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -184,16 +184,6 @@ in {
   })
     self.ghc-exactprint_1_6_1_1;
 
-  # 2023-02-01: plugins disabled for hls 1.9.0.0 based on
-  # https://haskell-language-server.readthedocs.io/en/latest/support/plugin-support.html#current-plugin-support-tiers
-  haskell-language-server = super.haskell-language-server.override {
-    hls-eval-plugin = null;
-    hls-ormolu-plugin = null;     # This plugin is supposed to work, but fails to compile.
-    hls-floskell-plugin = null;   # This plugin is supposed to work, but fails to compile.
-    hls-rename-plugin = null;     # This plugin is supposed to work, but fails to compile.
-    hls-stylish-haskell-plugin = null;
-  };
-
   # needed to build servant
   http-api-data = super.http-api-data_0_5_1;
   attoparsec-iso8601 = super.attoparsec-iso8601_1_1_0_0;
@@ -221,7 +211,7 @@ in {
   ormolu = doDistribute self.ormolu_0_5_3_0;
   fourmolu = overrideCabal (drv: {
     libraryHaskellDepends = drv.libraryHaskellDepends ++ [ self.file-embed ];
-  }) (disableCabalFlag "fixity-th" super.fourmolu_0_11_0_0);
+  }) (disableCabalFlag "fixity-th" super.fourmolu_0_10_0_0);
 
   # Apply workaround for Cabal 3.8 bug https://github.com/haskell/cabal/issues/8455
   # by making `pkg-config --static` happy. Note: Cabal 3.9 is also affected, so