-
With ide-haskell-hls-0.0.6 I keep getting the above error. Is there a see why the haskell-language-server is crashing?
This is with Atom on MacOS
-
## 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…
-
## 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…
-
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…
-
```
[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…
-
1. install hasktags from nix
2. go to hasktags git root
3. `hasktags -x -f - src/Tags.hs`
4. crashes with `hasktags: : hPutStr: illegal operation (handle is closed)`
5. happens on all other haskel…
-
-
When opening a Haskell file, you get prompted to install GHC (exactly the same behaviour as in vscode):
![oni2-haskell](https://user-images.githubusercontent.com/5127501/91705042-b8601c80-eb7c-11ea…
-
Hi,
I am building an integration for frege here: https://github.com/invesdwin/invesdwin-scripting/tree/main/invesdwin-scripting-parent/invesdwin-scripting-haskell/invesdwin-scripting-haskell-runtim…
subes updated
1 month ago
-
The following is a valid, well-typed Haskell program:
```
{-# LANGUAGE DuplicateRecordFields #-}
module DuplicateRecordFields where
data Foo = MkFoo{ fd :: Int }
data Bar = MkBar{ fd :: Int }…