Skip to content

Commit

Permalink
Point to GitHub from Contributing.md (#2275)
Browse files Browse the repository at this point in the history
Follow-up to #2083.

Now that all this documentation is hosted on an external site, there really ought to be a link back here.
  • Loading branch information
georgefst authored Oct 15, 2021
1 parent 195fa4c commit 426f22a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/contributing/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ The Haskell tooling dream is near, we need your help!
- Follow the [Haskell IDE team twitter account](https://twitter.com/IdeHaskell) for updates and help.
- Join the [#haskell-tooling channel](https://discord.com/channels/280033776820813825/505370075402862594/808027763868827659) in the Functional Programming discord server. You can join the server via [this invitation](https://discord.gg/9spEdTNGrD).
- Join the [haskell-tooling channel](https://matrix.to/#/#haskell-tooling:matrix.org) in [matrix](https://matrix.org/).
- Visit [the project GitHub repo](https://github.com/haskell/haskell-language-server) to view the source code, or open issues or pull requests.

## Building haskell-language-server

The project can be built with both `cabal build` and `stack build`.
Clone the repository:
```shell
$ git clone https://github.com/haskell/haskell-language-server
```

The project can then 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.

Expand Down

0 comments on commit 426f22a

Please sign in to comment.