File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed
Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,16 @@ Note: All three packages are also available via MELPA.
3030It needs the HIE server in your path, so follow the appropriate
3131OSX or Linux section below accordingly.
3232
33- ## Hie Installation (OSX)
33+ ## Hie Installation (OSX, Linux )
3434
3535The following steps are recommended to bootstrap ` lsp-haskell ` on OSX.
3636
3737``` bash
3838git clone https://github.com/haskell/haskell-ide-engine
3939cd haskell-ide-engine
40- ./install.hs build-all
40+ ./install.hs hie
4141```
4242
43- We need to run ` make ` here instead of ` stack install ` to ensure that
44- all versions of ` ghc ` are available to support various project
45- requirements.
46-
4743After this, we need to instruct Emacs to prefer ` hie-wrapper ` over
4844` hie ` so Hie can infer which version of ghc we need for a particular
4945project.
@@ -52,19 +48,6 @@ project.
5248(setq lsp-haskell-process-path-hie "hie-wrapper")
5349```
5450
55- ## Hie Installation (Linux)
56-
57- Or of you are on linux (only place it has been tested, reports please)
58-
59- ``` bash
60- git clone https://github.com/haskell/haskell-ide-engine
61- cd haskell-ide-engine
62- ./install.hs build-all
63- ```
64-
65- This will build executables called ` hie-8.0.2 ` , ` hie-8.2.2 ` etc which
66- can be selected by using` M-x customize ` for ` lsp-haskell `
67-
6851## Per project configuration
6952
7053HIE has some settings that can be changed on the fly. These are
You can’t perform that action at this time.
0 commit comments