You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,7 @@ This is *very* early stage software.
25
25
-[Install via cabal](#install-via-cabal)
26
26
-[Install specific GHC Version](#install-specific-ghc-version)
27
27
-[Project Configuration](#project-configuration)
28
+
-[Editor Integration](#editor-integration)
28
29
-[Contributing](#contributing)
29
30
-[It's time to join the project!](#its-time-to-join-the-project)
30
31
@@ -269,11 +270,11 @@ dependencies:
269
270
270
271
## Editor Integration
271
272
272
-
Note to editor integrators: there is now a haskell-language-server-wrapper executable, which is installed alongside the haskell-language-server executable. When this is invoked in the project root directory, it attempts to work out the GHC version used in the project, and then launch the matching hie executable.
273
+
Note to editor integrators: there is now a haskell-language-server-wrapper executable, which is installed alongside the haskell-language-server executable. When this is invoked in the project root directory, it attempts to work out the GHC version used in the project, and then launch the matching haskell-language-server executable.
273
274
274
-
All of the editor integrations assume that you have already installed HLS (see above) and that stack put the hls binary in your path (usually ~/.local/bin on linux and macOS).
275
+
All of the editor integrations assume that you have already installed haskell-language-server (see above) and that the installation script put the haskell-language-server binary in your path (usually ~/.local/bin on linux and macOS).
275
276
276
-
### Using HLS with Emacs
277
+
### Using haskell-language-server with Emacs
277
278
278
279
Install HLS along with the following emacs packages:
279
280
@@ -283,13 +284,19 @@ Install HLS along with the following emacs packages:
283
284
284
285
Make sure to follow the instructions in the README of each of these packages.
0 commit comments