Skip to content

Commit b700153

Browse files
Add Gentoo installation details (#2778)
* Add Gentoo installation details * Update docs/installation.md Co-authored-by: Michael Peyton Jones <me@michaelpj.com> Co-authored-by: Michael Peyton Jones <me@michaelpj.com>
1 parent fd34887 commit b700153

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/installation.md

+9
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ sudo apt install libicu-dev libncurses-dev libgmp-dev zlib1g-dev
8787
sudo dnf install libicu-devel ncurses-devel zlib-devel
8888
```
8989

90+
**Gentoo**
91+
92+
Haskell Language Server is available via the Haskell overlay. Follow the instructions [here](https://github.com/gentoo-haskell/gentoo-haskell) to install the overlay, then run:
93+
94+
```bash
95+
emerge -av dev-util/haskell-language-server
96+
```
97+
Depending on your system setup, you may need to enable the unstable flag for this package before install, and possible also for the dependencies. If you enabled the ~testing versions as explained in the gentoo-haskell overlay instructions, then this won't be necessary.
98+
9099
### Windows-specific pre-requirements
91100

92101
In order to avoid problems with long paths on Windows you can do either one of the following:

0 commit comments

Comments
 (0)