easy-hls-nix icon indicating copy to clipboard operation
easy-hls-nix copied to clipboard

HLS seems broken in some scenarios

Open rmanne opened this issue 3 years ago • 1 comments

An issue is documented: https://github.com/haskell/haskell-language-server/issues/1601

The recommended solution is to use versions of haskell-language-server compiled by nix instead of using the pre-built libraries. I'm not sure if the issue is in easy-hls-nix or if it's in the way hls attempts to build my obelisk project but it feels pretty unusable right now. I'm trying to find a solution to get HLS to work and will update this if I find a solution one way or another.

rmanne avatar Jun 26 '21 19:06 rmanne

I’ve actually been running into more issues with the approach in this repo lately (in particular there’s been some weirdness with the chroots and certain TH stuff that depends on text encoding).

I’ll probably end up either deprecating this project or transitioning it over to using dynamically linked HLS executables produced/signed by a CI process that lives in this repo. Hopefully that should provide a more definitive solution, but we’ll see.

jkachmar avatar Jul 23 '21 02:07 jkachmar