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
* Add link to hackage package to readme
I was looking for this
* Add hackage badge
Co-authored-by: Potato Hatsue <berberman@yandex.com>
Co-authored-by: Junyoung/Clare Jang <jjc9310@gmail.com>
Integration point for [ghcide](https://github.com/haskell/ghcide) and [haskell-ide-engine](https://github.com/haskell/haskell-ide-engine). One IDE to rule
17
20
them all. Read the [project's
@@ -257,6 +260,8 @@ Direct installation from Hackage, while possible via `cabal install haskell-lang
257
260
Said command builds the `haskell-language-server` binary and installs it in the default Cabal binaries folder,
258
261
but the binary will only work with projects that use the same GHC version that built it.
259
262
263
+
The package can be found here on Hackage: https://hackage.haskell.org/package/haskell-language-server
264
+
260
265
## Configuring `haskell-language-server`
261
266
262
267
Language servers like `haskell-language-server` expose most of their configuration via the client (i.e. the editor).
0 commit comments