Skip to content

Commit a3dd087

Browse files
jneirafendor
authored andcommitted
Replace mention to old make script
1 parent 850febf commit a3dd087

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,10 @@ process haskell files on save.
7878

7979
#### HIE Wrapper
8080

81-
Furthermore, the extension supports multiple ways of initializing hie,
82-
depending on your needs. The default one uses the `hie-vscode.[sh|bat]`
83-
file to start hie through. This will attempt to start via `hie-wrapper`
84-
if it is on the vscode path, otherwise fall back to `hie`.
85-
The`hie-wrapper` executable is installed using `make build`,
81+
Furthermore, the extension supports multiple ways of initializing hie, depending on your needs.
82+
The default one uses the `hie-vscode.[sh|bat]` file to start hie through.
83+
This will attempt to start via `hie-wrapper` if it is on the vscode path, otherwise fall back to `hie`.
84+
The`hie-wrapper` executable is installed using `stack ./install.hs hie` or `./cabal-hie-install hie`,
8685
together with the other GHC version specific `hie-8.x` executables.
8786
This will take precedence over `hieExecutablePath`.
8887

0 commit comments

Comments
 (0)