-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
haskell-language-server version: 1.2.0.0 (GHC: 8.10.4) (PATH: /Use…
-
The idea is to implement a pretty printing library based on Philip Wadler's ["A prettier printer"][1] paper.
The paper already contains code for an implementation, though it is a bit rudimentary. T…
-
According to Haskell these are both deprecated:
https://haskell-language-server.readthedocs.io/en/stable/support/ghc-version-support.html#current-ghc-version-support-status
-
### Describe the bug
Haskell packages in `nixpkgs.pkgsStatic.haskell.packages.ghc98` are unable to be built.
### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix build nixpkgs#legacyP…
-
| Field | Description |
|----------|-------------|
| Plugin | Not directly a vim plugin but a lsp for the haskell language to be included |
| Homepage | https://github.com/haskell/haskell-…
-
StylishHaskell shifting the working dir, it could make other part of hls depending on cwd result in error in some race condition.
https://github.com/haskell/haskell-language-server/blob/61fd5c464…
-
## Summary
A chapter on REG internal events and how to organise them/how we organised them. Namely: dugnad, hack week, away day
## Impact
## Alternatives
## Sections
---
### …
-
at the moment, when i run it on a literate haskell file it fails with
```
glance-exe: fromParseResult: Parse failed at [/home/noon/dev/literate-readme/README.lhs] (9:1): Parse error: #
CallStack …
silky updated
7 years ago
-
```
$ ghcup compile hls -g master --ghc 9.6.6
[ Info ] Fetching git repo https://github.com/haskell/haskell-language-server.git at ref master (this may take a while)
xattr: [Errno 13] Permission d…
-
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…