-
I got vscode-haskell to work - for example I can sue Code evaluation, but I cannot see completion. I am wondering what are the additional extensions I should install.
Could somebody add the current …
-
The first time a hover frame is presented, the size is not set, but is taken from the `width` and `height` in `lsp-ui-doc-frame-parameters`.
alanz updated
5 years ago
-
If this is a serious project, I could use it. I'm a fan.
3noch updated
9 years ago
-
It always fails:
```
> runQ (quoteDec dec "blah = 1")
*** Exception: Unimplemented.
> runQ (quoteDec dec "blah :: Int")
*** Exception: Unimplemented.
> runQ (quoteDec dec "blah = 1")
*** Exception: U…
-
### Your environment
Which OS do you use?
MacOS and Arch Linux, the issue appears on both.
Which version of GHC do you use and how did you install it?
GHC 9.10.1 using ghcup
How…
-
Hi, I am inexperienced with Haskell but using Hakyll as an excuse to try and improve at the language.
Is it possible to parse more complex YAML with nested elements, like this:
```
---
title:…
-
At some point we want to have our Haskell snippets automatically compiled and checked as part of the CI checks to reduce the likelihood of releasing erroneous code examples.
There are a number of w…
-
This issue is item 4 from #5204, but I wanted to open a separate issue because it doesn't just affect tests.
When the `url` field of the `repository` section of the cabal config file is a file URI,…
-
Upon running `company-ghc-diagnose` all modules get loaded, but no candidates appear, and `ghc-mod` reports no errors either:
![no candidates on company-ghc](https://cloud.githubusercontent.com/asset…
-
@dcreager suggested I add this issue, after a long in-person discussion about what work could be shared between Semantic and the Cubix framework ( http://cubix-framework.com ), as they use strikingly …