-
This can lead to fd leakage, which can lead to deadlock if you start GHCi multiple times. Note that you need to close stdin BEFORE waitForProcess, and stdout/stderr AFTER.
-
## Why
Hydra Head is first and foremost a protocol that's specified formally and is not particularly tied to a single language or paradigm, even though currently it's implemented in Haskell and the…
ghost updated
7 months ago
-
What is a typical workflow for using a Dhall binding in language X? I do not know how people are actually using Dhall bindings but I would expect that mostly people want to read a Dhall file and obta…
-
Hi,
In the top languages card, it would be nice to have href's for the languages. That way,
users can click on any one of the top languages and see a detailed view of that language.
For example…
-
Here's the build error output, received each time I tried to build from 'cabal install buildwrapper':
...[Snip]...
[2 of 3] Compiling Language.Haskell.BuildWrapper.CMD ( src-exe/Language/Haskell/Build…
ghost updated
11 years ago
-
Let us know if you have a favorite language that we have not covered in the other issues.
Scala, Kotlin, Erlang, Haskell, Visual Basic???
-
I have errors like
```
Severity: DsError
Message: haskell-language-server: could not execute: hspec-discover
```
when run `haskell-language-server`. I guess the reason is because `hspec-discov…
-
When I attempt to install `ghcide` or `haskell-language-server` with:
nix-env -f default.nix -iA ghc-8_6_5.ghcide
nix-env -f default.nix -iA ghc-8_6_5.haskell-language-server
The test s…
-
As seen on the Stackage server:
```
[24 of 26] Compiling Language.Haskell.Tools.Refactor.Builtin.OrganizeImports ( L
anguage/Haskell/Tools/Refactor/Builtin/OrganizeImports.hs, dist/build/Language…
-
**Describe the bug**
The haskell language server will fail on a file if that file is part of a package which depends on two package with the same package name, but different package id.
For exam…