Skip to content

Commit

Permalink
Tweak some old contributing instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lukel97 authored Aug 21, 2020
1 parent 15f870f commit b6c1551
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,18 +545,16 @@ This returns an error in HLS if 'tasty-discover' is not in the path: `could not

## Contributing

### It's time to join the project

:heart: Haskell tooling dream is near, we need your help! :heart:
:heart: The Haskell tooling dream is near, we need your help! :heart:

- Join [our IRC channel](https://webchat.freenode.net/?channels=haskell-ide-engine) at `#haskell-ide-engine` on `freenode`.
- Fork this repo and hack as much as you can.
- Ask @alanz or @hvr to join the project.
- Fork this repo and [ghcide](https://github.com/digital-asset/ghcide) and hack as much as you can.

### Building haskell-language-server

Haskell-language-server can be used on itself. We provide
preset samples of `hie.yaml` for Cabal and Stack.
The project can be built with both `cabal build` and `stack build`.

haskell-language-server can also be used with itself. We provide preset samples of `hie.yaml` for Cabal and Stack.

Note: the `./install/` folder is not directly tied to the project so it has dedicated `./install/hie.yaml.[cbl|stack]`
templates.
Expand All @@ -580,8 +578,6 @@ $ cd install
$ stack build
```

### Hacking on haskell-language-server

#### Introduction tutorial
Pepeiborra [wrote an tutorial](https://github.com/pepeiborra/hls-tutorial) on writing a plugin in HLS.

Expand Down

0 comments on commit b6c1551

Please sign in to comment.