lang/haskell: rewrite README + minor refactor

- Documents lsp-haskell
- Use hie-wrapper on MacOS
- Update tools/lsp README to include :lang haskell
- Mention cabal-new-repl setting (#1140)
This commit is contained in:
Henrik Lissner
2019-04-07 16:46:59 -04:00
parent a4283427f5
commit ffe297bc7f
4 changed files with 146 additions and 96 deletions

View File

@ -20,7 +20,7 @@
(set-company-backend! 'dante-mode #'dante-company)
(defun +haskell*restore-modified-state (orig-fn &rest args)
"Dante quietly saves the current buffer (without triggering save hooks) before
"Dante quietly saves the current buffer (without triggering save hooks) before
invoking flycheck, unexpectedly leaving the buffer in an unmodified state. This
is annoying if we depend on save hooks to do work on the buffer (like
reformatting), so we restore a (false) modified state."