-
I have been using [Asahi Linux](https://asahilinux.org/) which uses 16k pagesize for the past year or so. `ghcup` has worked perfectly on it. However today the `hls` died on me repeatedly. Checking lo…
-
haskell-language-server 2.9.0.0 fails to build for me on musl/llvm:
https://gist.github.com/hololeap/3c1dd38b8ca3831635a05e8bf5a39e4a
I'm having a very hard time deciphering this error, so any r…
-
Currently doesn't build with GHC 9.10.1
```
Building library for extensible-0.9...
src/Data/Extensible/Dictionary.hs:6:14: warning: [GHC-53692] [-Wdeprecated-flags]
-XTypeInType is deprecat…
-
In 1-basics: "languages like Haskell have such powerful type inference that there are hardly any explicit type names". Probably something more like "languages like Haskell have such powerful type infe…
-
The following YAML is valid and works as intended.
```YAML
- tab: geefNde
testcases:
- expression:
haskell: Submission.geefNde 2 [1, 2, 3, 4]
return: 3
```
[The docs](…
-
Is it me or this LSP is kinda slow? I'm used to instant response from Gopls and at least for small projects, the language as complex as Haskell, has quite fast response times. But Svelte seems to requ…
-
https://github.com/emacs-lsp/lsp-haskell/blob/5d3f4814f6ac44547a62551472cc76fbaebcccf7/lsp-haskell.el#L162-L166
I am trying to set up the `haskell-language-server`, and I’m wondering why the defaul…
-
### Proposal
Many languages (Java, Python, Perl, Ruby, Julia, Ada, JavaScript, PHP, D, Elixir, C#, C++, Rust, Haskell etc.) support using some character as a visual separator in number literals, m…
-
There are periodic releases of the `haskell-language-server`, for instance, as of the time of writing this issue, [v2.8.0](https://github.com/haskell/haskell-language-server/releases/tag/2.8.0.0) has …
baco updated
2 months ago
-
[HLS](https://github.com/haskell/haskell-language-server) is the project collecting most of the manpower for Haskell IDE backend development. It supports LSP, and I saw that the README.md of this repo…