about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2023-08-22 01:51:14 +0200
committermaralorn <mail@maralorn.de>2023-08-22 01:51:14 +0200
commitf39536498ce8d2810cf9e9f8256e79d5d00a8468 (patch)
tree93c0f522e98f0f09928fa7717108d71563e6d67f /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent10f8960700464ee286c1d45721a47d8c1b25f7da (diff)
downloadnixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar.gz
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar.bz2
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar.lz
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar.xz
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.tar.zst
nixlib-f39536498ce8d2810cf9e9f8256e79d5d00a8468.zip
haskell.packages.ghc90.haskell-language-server: Fix build
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 0e53c1935966..7c2d3828866d 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -68,6 +68,10 @@ self: super: {
   tuple = addBuildDepend self.base-orphans super.tuple;
   vector-th-unbox = doJailbreak super.vector-th-unbox;
 
+  hls-cabal-plugin = super.hls-cabal-plugin.override {
+    Cabal-syntax = self.Cabal-syntax_3_8_1_0;
+  };
+
   ormolu = self.ormolu_0_5_2_0.override {
     Cabal-syntax = self.Cabal-syntax_3_8_1_0;
   };