-
@yav pointed out this inconsistency here: https://gitlab.haskell.org/ghc/ghc/-/issues/17650
Here is a file using plainInvisTV
```haskell
{-# LANGUAGE TemplateHaskell #-}
import Language.Haskel…
-
~~~
[ 91s] [2 of 3] Compiling Language.Haskell.TH.FlexibleDefaults.DSL ( src/Language/Haskell/TH/FlexibleDefaults/DSL.hs, dist/build/Language/Haskell/TH/FlexibleDefaults/DSL.o )
[ 91s]
[ 91s…
-
Type: Bug
# Behaviour
My shell history (Bash) has the following command periodically added to it:
```
/usr/bin/python3 /Users/gavin/.vscode/extensions/ms-python.python-2024.16.1-darwin-arm64/pytho…
-
## Story
As a haskell developer (who uses GitHub), I want Dependabot to support Haskell, so that
when new versions fix security issues, Dependabot will automatically create PRs that bump
the vers…
-
It can be difficult to get all developers on a single release of Ormolu (e.g., users of VSCode apparently have no idea what version they’re using, and no way to change it).
Instead of forcing devel…
-
``` haskell
{-# LANGUAGE FlexibleContexts #-}
module Test where
import Control.Monad.Reader
test :: MonadReader a m => m a
test = undefined
```
This code is OK for GHC, but stylish-haskell require…
-
In order to prevent spam, I open a thread to discuss about the inlay hint usage in Haskell.
Previous info is here: https://github.com/haskell/haskell-language-server/issues/2019#issuecomment-114450…
-
Currently, I got this error:
```
src/Language/Haskell/TH/Extras.hs:60:18: error:
• The constructor ‘ConP’ should have 3 arguments, but has been given 2
• In the pattern: ConP _ pats
…
-
### Your environment
Which LSP client (editor/plugin) do you use?
Neovim, astrovim (which I think is using luasnips and nvim-cmp)
The actual crash is in nvim-cmp, so it's quite possibly a b…
-
Note: "node" package refers to a package that is a transient dependency of a "leaf" package.
`hls-selection-range-plugin` was a dependency of `haskell-language-server`. They [changed the name upstr…