File tree 1 file changed +5
-9
lines changed
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
545
545
546
546
# # Contributing
547
547
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:
551
549
552
550
- 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.
555
552
556
553
# ## Building haskell-language-server
557
554
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.
560
558
561
559
Note : the `./install/` folder is not directly tied to the project so it has dedicated `./install/hie.yaml.[cbl|stack]`
562
560
templates.
@@ -580,8 +578,6 @@ $ cd install
580
578
$ stack build
581
579
` ` `
582
580
583
- # ## Hacking on haskell-language-server
584
-
585
581
# ### Introduction tutorial
586
582
Pepeiborra [wrote an tutorial](https://github.com/pepeiborra/hls-tutorial) on writing a plugin in HLS.
587
583
You can’t perform that action at this time.
0 commit comments