-
[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…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
Using a PATH that contains a custom HLS wrapper (ie, a nix shell) and a GHC version not the …
-
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…
-
I've been building and uploading the `ghc-*` packages for Linux on my local machine because the GitHub runners don't have enough disk space to build it. Self-hosted runners aren't permitted because th…
-
## Is your enhancement request related to a problem? Please describe.
Independent of the Haskell part of a Happy grammar (issue #689), there is also the grammar itself which would be nice to get so…
-
Type: Bug
1. Create a HTML file.
2. Create a deeply nested context (e.g. `div>div>div>code`)
3. Write a piece of code inside ``, with reset indentation.
4. Select the piece of code and use the "Emme…
-
```
[ERROR][2024-07-04 10:54:16] .../lean/stderr.lua:74 "rpc" "haskell-language-server-wrapper" "stderr" "N"
[ERROR][2024-07-04 10:54:16] .../lean/stderr.lua:74 "rpc" "haskell-language-server-wrappe…
-
The following is a valid, well-typed Haskell program:
```
{-# LANGUAGE DuplicateRecordFields #-}
module DuplicateRecordFields where
data Foo = MkFoo{ fd :: Int }
data Bar = MkBar{ fd :: Int }…
-
In [this Reddit comment thread](https://www.reddit.com/r/haskell/comments/1cu5bbb/comment/l4gcnb8/), the challenges around translating a subset of Haskell to Bend are discussed. In that thread, @augus…
-
## Is your enhancement request related to a problem? Please describe.
I've set up a no-op project with the following files:
```cabal
-- foo.cabal
cabal-version: 2.4
name: foo
version: 0
l…