Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upate Emacs setup notes #440

Merged
merged 3 commits into from
Sep 29, 2020
Merged

Upate Emacs setup notes #440

merged 3 commits into from
Sep 29, 2020

Conversation

gdevanla
Copy link
Contributor

Update the Emacs set up notes to reflect that latest changes in lsp-haskell. The latest version of lsp-haskell sets the default server to haskell-language-server-wrapper. The old variable lsp-haskell-process-path-hie is deprecated.

Update the Emacs set up notes to reflect that latest changes in lsp-haskell. The latest version of lsp-haskell sets the default server to `haskell-language-server-wrapper`. The old variable `lsp-haskell-process-path-hie` is deprecated.
README.md Outdated Show resolved Hide resolved
Remove outdated instructions and provide a list to lsp-haskell which will allow us to keep in sync with the changes.
README.md Show resolved Hide resolved
@Ailrun Ailrun merged commit ec3c07e into haskell:master Sep 29, 2020
@gdevanla gdevanla deleted the patch-1 branch October 4, 2020 04:16
pepeiborra added a commit that referenced this pull request Dec 27, 2020
* Add .hie files support for home modules

This is required for goto definition when using interface files.

.hie files are never stored in the Shake graph, as they are
- expensive in space
- quick to load
- only used for go to definition

While there, we remove package module .hie files from the Shake graph too

* Review feedbacks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants