-
Hi, sorry if this is not the appropriate place to report this issue, I'm not very familiar with the Haskell ecosystem (yet, hopefully).
On a pristine installation of IHP and after creating the test…
-
![image](https://user-images.githubusercontent.com/53291983/101616044-d249af00-3a49-11eb-8497-62d0ed787062.png)
The module name of the file that "main-is" is pointing to [should](https://cabal.readth…
-
HLS uses hie-bios to set up a GHC API session appropriate for the project. From hie-bios, hls inherits the `hie.yaml` which is a way to explicitly describe what kind of project we have (e.g. cabal or …
-
An issue is documented: https://github.com/haskell/haskell-language-server/issues/1601
The recommended solution is to use versions of haskell-language-server compiled by nix instead of using the pr…
-
[vscode-crash.zip](https://github.com/user-attachments/files/16045507/vscode-crash.zip)
Type: Performance Issue
1. Start VS Code (last project folder is opened)
2. Maximize the window
3. Open …
-
### Your environment
```
Tool versions found on the $PATH
cabal: 3.8.1.0
stack: 2.7.5
ghc: 9.2.4
```
```bash
$ haskell-language-server-wrapper --version
haske…
-
When I hover my cursor on the comment, the language server shows a prompt and highlight a large range of text (shown in the figure), which is visually disturbing and annoying, how can I disable it?
…
-
I'm trying to compile haskell-language-server with ghc 8.10.1 (the nix expression I'm using: [hls-nix](https://github.com/poscat0x04/hls-nix)) and for some reason haskell.nix chose to use ghc 8.8.3 to…
-
* From https://github.com/haskell/haskell-language-server/issues/2057#issuecomment-890901429
* Code action code is here:
https://github.com/haskell/haskell-language-server/blob/2fef04193cfe2ac0837…
-
There is an inconsistency in how html filenames are generated for haddock vs. source documentation.
Compare
1. haddock: https://hackage.haskell.org/package/base-4.16.0.0/docs/src/Data.Bifold…