languages/haskell: remove extraneous note

This commit is contained in:
Ching Pei Yang 2026-05-20 16:09:45 +02:00
commit 55490b40db
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -128,17 +128,7 @@ in {
"${pkgs.haskellPackages.haskell-language-server}/bin/haskell-language-server-wrapper"
"--lsp"
];
description = ''
Command for haskell-language-server.
> [!NOTE]
>
> Since HLS is very sensitive about the GHC version, there's a
> very high chance that the default HLS we use is not
> compatible with your project. It is highly recommended to set
> this option to `null` and install HLS separately in a
> `devShell`.
'';
description = "Command for haskell-language-server.";
};
on_attach = mkOption {
type = nullOr luaInline;