File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -545,18 +545,16 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not
545545
546546# # Contributing
547547
548- # ## It's time to join the project
549-
550- :heart : Haskell tooling dream is near, we need your help! :heart:
548+ :heart : The Haskell tooling dream is near, we need your help! :heart:
551549
552550- Join [our IRC channel](https://webchat.freenode.net/?channels=haskell-ide-engine) at `#haskell-ide-engine` on `freenode`.
553- - Fork this repo and hack as much as you can.
554- - Ask @alanz or @hvr to join the project.
551+ - Fork this repo and [ghcide](https://github.com/digital-asset/ghcide) and hack as much as you can.
555552
556553# ## Building haskell-language-server
557554
558- Haskell-language-server can be used on itself. We provide
559- preset samples of `hie.yaml` for Cabal and Stack.
555+ The project can be built with both `cabal build` and `stack build`.
556+
557+ haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for Cabal and Stack.
560558
561559Note : the `./install/` folder is not directly tied to the project so it has dedicated `./install/hie.yaml.[cbl|stack]`
562560templates.
@@ -580,8 +578,6 @@ $ cd install
580578$ stack build
581579` ` `
582580
583- # ## Hacking on haskell-language-server
584-
585581# ### Introduction tutorial
586582Pepeiborra [wrote an tutorial](https://github.com/pepeiborra/hls-tutorial) on writing a plugin in HLS.
587583
You can’t perform that action at this time.
0 commit comments