-
@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…
-
```
I have made delightingly few changes to the Text.Pandoc.Writers.LaTeX
to employ the listings package instead of verbatim for code and code
blocks.
Thus, the block
~~~ {.haskell }
f x = x
```
is …
-
* From https://github.com/haskell/haskell-language-server/issues/2057#issuecomment-890901429
* Code action code is here:
https://github.com/haskell/haskell-language-server/blob/2fef04193cfe2ac0837…
-
Type: Bug
Copy without selection with ctrl + c and paste right away where the cursor is, with ctro + v, in the same place, don't create a new line, it paste the complete line copied in the same pla…
-
### Your environment
Which OS do you use?
ArchLinux
Which version of GHC do you use and how did you install it?
9.0.2 via Arch repositories
How is your project built (alternative: link …
-
### Bug description
Code annotations won't appear for haskell.
``````qmd
---
format:
html:
code-annotations: true
---
```{.haskell}
fact :: Int -> Int {- -}
fact n = n …
-
I'm trying to use the [__ghcide__](https://github.com/digital-asset/ghcide) LSP server for Haskell with this extension, with these Language Server User Preferences:
```json
{ …
-
My project structure is such that my Haskell app is in a subfolder and not the project root. For example:
```
my-haskell-app/stack.yaml
my-haskell-app/package.yaml
my-haskell-app/src/etc...
REA…
-
Example:
``` Haskell
import Language.Haskell.Syntax (HsExportSpec(HsEVar, HsEAbs, HsEThingAll, HsEThingWith, HsEModuleContents)
```
should be converted to
``` Haskell
import Language.Haskell.Syntax…
-
### Your environment
MacOS
GHC 9.4.8 and other from ghcup
How is your project built (alternative: link to the project)? no project, just a .hs file
VS Code + haskell.haskell v2.4.3
HL…
cblp updated
8 months ago