Skip to content

Commit cd2e291

Browse files
author
sir4ur0n
committed
Fix after review
1 parent 5e75abe commit cd2e291

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -591,10 +591,10 @@ If you want to test HLS while hacking on it, follow the steps below.
591591
To do once:
592592
- Open some codebase on which you want to test your hacked HLS in your favorite editor
593593
- Configure this editor to use your custom HLS executable
594-
- With Cabal: `<path to HLS project>/haskell-language-server/dist-newstyle/build/<os>/<ghc version>/haskell-language-server-<HLS version>/x/haskell-language-server/build/haskell-language-server/haskell-language-server`
595-
- This value can be found by running `cabal exec which haskell-language-server`
596-
- With Stack: `<path to HLS project>/haskell-language-server/.stack-work/dist/<os>/Cabal-<Cabal version>/build/haskell-language-server/haskell-language-server`
597-
- This value can be found by running `$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`
594+
- With Cabal:
595+
- On Unix systems: `cabal exec which haskell-language-server`
596+
- On Windows: `cabal exec where haskell-language-server`
597+
- With Stack: `$(stack path --dist-dir)/build/haskell-language-server/haskell-language-server`
598598

599599
To do every time you changed code and want to test it:
600600
- Build HLS

0 commit comments

Comments
 (0)