From 2460c8b1a5366846e669cf13100e9c1838a8a5fe Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 25 Feb 2022 23:55:06 +0100 Subject: [PATCH] haskell.packages.ghc8107.haskell-language-server: Fix build --- pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix index 7c6565072c13..e3f1bca39e84 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix @@ -94,10 +94,13 @@ self: super: { "-f-fourmolu" "-f-stylishhaskell" "-f-brittany" + "-f-hlint" ] (super.haskell-language-server.override { # Not buildable on 8.10 hls-fourmolu-plugin = null; + # https://github.com/haskell/haskell-language-server/issues/2728 + hls-hlint-plugin = null; }); # ormolu 0.3 requires Cabal == 3.4