-
I had HIE working fine on VS Code. I temporarily disabled the haskell language server. I might have made other changes to Haskell extensions, but I'm not sure. When I reenabled the Haskell Language Se…
-
I have a project using reflex-platform with GHC 8.6.5. Therefore, this project requires haskell-language-server built with GHC 8.6.5. [The haskell4nix documentation](https://haskell4nix.readthedocs.io…
-
### Describe the bug
HLS brings its own GHC into a devshell.
If I write HLS before custom ghc with packages in `buildInputs`, I'll get a GHC from HLS.
### Steps To Reproduce
Here's a flake …
-
This was originally found in https://github.com/haskell/haskell-language-server/pull/3072
In `lsp`, there is a debug log, printing response body:
https://github.com/haskell/lsp/blob/8b63438313828a…
-
I get the following error when trying to build reflex for an Etlas project.
I am quite new to this, could you help me figure out if a patch is needed?
Here is part of the log:
Configuring library…
-
#### Problem
Currently, it is possible to reopen a namespace and add definitions to it. For example, a user can write the following:
```scala
mod List {
def myHead(x: List[a]): Option[a] =…
-
### Your environment
OS: Windows 11
### Steps to reproduce
This code block gets highlighted incorrectly. The word "fold" in the type definition gets highlighted blue (as a type variable) …
-
This is probably a fault of haskell-src-exts, but I have some CPP macros that I use to help [implement some repetitive instances](https://github.com/ivan-m/theseus/blob/edbac4a80bcbff110e224eac4c4ba5c…
-
Hi all,
First of all, since this project has been 'abandoned' - in which future direction should be we contributing our efforts, especially to support **Eclipse FP** (one of the most useful Haskell c…
-
Build with profiling enabled: `stack build --executable-profiling --library-profiling --ghc-options="-fprof-auto -rtsopts"`
Run:
```
C:\Users\nboldi\Desktop\haskell-tools>stack exec ht-refact -- …