You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Standard input is shared with HLS, so e.g. [`getLine` breaks the connection to server](https://github.com/haskell/haskell-language-server/issues/2913).
292
+
- Standard (error) output [is not captured](https://github.com/haskell/haskell-language-server/issues/1977).
293
+
- While similar to [doctest](https://hackage.haskell.org/package/doctest), some of its features are unsupported,
294
+
see [Differences with doctest](https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-eval-plugin/README.md#differences-with-doctest).
@@ -136,18 +136,9 @@ To install, download the `haskell-language-server-wrapper` executable for your p
136
136
## Arch Linux
137
137
138
138
The preferred method of installation for development purposes is to use the [haskell-language-server-static](https://aur.archlinux.org/packages/haskell-language-server-static) package from AUR.
139
-
This package contains statically linked binaries for each supported GHC version and `haskell-language-server-wrapper`for automatic GHC version selection.
139
+
This package contains pre-built binaries for each supported GHC version and `haskell-language-server-wrapper`for automatic GHC version selection.
140
140
It is updated regularly, requires no additional dependencies, and is independent of other haskell packages you may have on your system, including GHC.
141
-
Its size is relatively large (approx. 900 MB), but if this is a problem for you, during installation you can disable the GHC versions you will not be using by editing the PKGBUILD file.
142
141
143
-
Alternatively, if you want to use **dynamically linked** Haskell packages from `pacman`,
144
-
you can install the latest pre-compiled version of `haskell-language-server` from [[community]](https://archlinux.org/packages/community/x86_64/haskell-language-server/):
145
-
146
-
```bash
147
-
sudo pacman -S haskell-language-server
148
-
```
149
-
150
-
In this case, `haskell-language-server` is compiled against the GHC distributed to Arch Linux, so you will need maintain a system wide Haskell development environment, and install GHC from `pacman` as well.
151
142
See [ArchWiki](https://wiki.archlinux.org/index.php/Haskell) for the details of Haskell infrastructure on Arch Linux.
0 commit comments