-
In https://github.com/hackworthltd/primer/commit/ed8f63d934ebcc4034a4d6d84bec9e8abc3529e9 we added a hls CI check. This ensures things are not completely broken, but recently I've noticed that it does…
-
**Describe the feature request**
HLS is about to add support for `.cabal` files, displaying errors and warnings, offering completions, etc...
The `.cabal` file generated by `cabal init` has the …
-
Once https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11853 is merged (which is presumably in time for GHC 9.12), we should add under appropriate CPP guard
```haskell
{-# LANGUAGE NamedDefaults #…
-
I have been creating a lot of type only and function only files meant to be imported by other files. It would be convenient to have a special syntax for `in` where all the defined types, functions, an…
-
It seems that the `LiquidHaskellBoot` plugin assumes that whatever module it is processing is originally coming from a file on disk. This assumption, for example, manifests itself in `Language.Haskell…
-
While writing multiple toy Roc programs, I always write this function very early. For example, in the following code in a dispatcher for a web server with multiple endpoints, I want to handle the erro…
-
Hello! I'm relatively new to Haskell, but experienced with the AWS SDK (using Python and Node).
When I look at `examples/EC2.hs`, there are a lot of new abstractions to learn. For example, I don't …
-
[Principled parsing for indentation-sensitive languages](https://dl.acm.org/doi/10.1145/2429069.2429129) [[pdf](https://michaeldadams.org/papers/layout_parsing/LayoutParsing.pdf)] lays out a way for e…
-
stylish-haskell 0.14.4.0 fails to compile with GHC 9.4.5. This breaks `ghcup compile hls --version 2.0.0.0 --ghc 9.4.5`.
The output of `cabal install stylish-haskell`:
```
$ cabal install styli…
-
Hello!
I'm trying to install EclipseFP on Gentoo with cabal-1.18.0, ghc-7.6.3. I get the errors below when I try to build buildwrapper-0.7.5. I checked the cabal docs on Hackage and it looks like t…