emacs: fix HLS compatibility with GHC 10.3

https://github.com/haskell/haskell-language-server/issues/4674
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2025-12-03 03:02:25 +05:30
parent a35f6d928e
commit e6a451e07d

2
.dir-locals.el Normal file
View File

@@ -0,0 +1,2 @@
((haskell-mode . ((lsp-haskell-plugin-hlint-diagnostics-on . nil)
(lsp-haskell-plugin-hlint-code-actions-on . nil))))