Jens Petersen
Jens Petersen
Thank you - going to test this later. Fedora seems to install pipewire-alsa by default AFAICT
Another datapoint: `cabal repl` does not work in vterm but `stack repl` does!
Sadly I found that ghci seems fine in neovim terminal which also uses libvterm...
I believe this got fixed with latest emacs-libvterm (eg with vterm-20221019.641 from melpa)
I think you should paste the build error here
Okay I came back with the exact same error (broken pieces) ;-) I tried with `cabal install --allow-newer`, but that causes hiedb to fail with algebraic-graphs-0.7... Maybe hls-qualify-imported-names-plugin needs to...
Actually hls-qualify-imported-names-plugin.cabal here in git allows 1.5 but not the one in Hackage - seems there is some discrepancy?
I think the simplest workaround may be to disable the `qualifyImportedNames` flag. Or one could try adding git hls-qualify-imported-names-plugin to a local cabal.project file perhaps. Erm maybe not - seems...
Actually that might be mostly it: https://packdeps.haskellers.com/reverse/hls-plugin-api
It looks like just revising those 2 plugins on Hackage for `hls-plugin-api` and `ghcide` would allow them to build for hls with cabal install. However after that hls-hlint-plugin fails with:...