-
| Field | Description |
|----------|-------------|
| Plugin | Not directly a vim plugin but a lsp for the haskell language to be included |
| Homepage | https://github.com/haskell/haskell-…
-
Hello and thank you for creating ghcid! I want to report an installation error on Windows. I may follow the directions to use MinGW, but I don't believe that should be the user experience on Windows. …
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.23.1 x64
**Electron**: 1.6.15
**OS**: Mac OS X 10.12.6
**Thrown From**: [haskell-debug](https://github.com/atom-haskell/haskell-debug) p…
lwdye updated
6 years ago
-
### Summary
If some modules are conditionally built depending on flags, and the flag is off by default, then even if one explicitly enable that flag in corresponding `stack.yaml` used by HLS, those m…
konn updated
10 months ago
-
I'm getting an "Uh oh" error on the following input file (which itself is the result of careful minimization from some much larger example):
```
{-# LANGUAGE NoImplicitPrelude, RankNTypes #-}
mod…
-
the programmer should be able to write (e.g., for the maybe monad)
```
infixl 1 >>, >>=
m >>= f = case m of ...
```
the problem seems to be that Template Haskell parses the application of >>=
as ht…
-
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…
-
Not sure why this is happening, but I'm getting
```
haskell-generate\src\Language\Haskell\Generate\TH.hs:28:5: error:
* The constructor `VarI' should have 3 arguments, but has been given 4
…
-
### Your environment
Output of `haskell-language-server --probe-tools` or `haskell-language-server-wrapper --probe-tools`:
```sh
% haskell-language-server-wrapper --probe-tools
haskell-langu…
-
@jcs090218 I believe that this doesn't work when the `flymake` error takes multiple lines. Consider that I'm using `eglot` with the `haskell-language-server-wrapper` LSP server.
In particular looki…