Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSCode should be able to manage a Template Haskell supporting HLS #528

Closed
goldfirere opened this issue Feb 4, 2022 · 3 comments
Closed

Comments

@goldfirere
Copy link

Is your feature request related to a problem? Please describe.

I'm getting the new "This HLS binary does not support Template Haskell" warning. I understand that I can avoid this if I build from source. But it's nice to have VSCode manage my HLS installation for me, so I'd prefer not to build from source (and need to update it later).

Describe the solution you'd like

Have VSCode manage a dynamically linked HLS.

Describe alternatives you've considered

I've considered building from source, and (I think) I know how to do this, but then I'm pretty sure I'll have to manually update later.

@pepeiborra
Copy link
Contributor

This is being worked on, our first attempt failed and had to be rever ted last minute during the 1.6 release. The second attempt looks much more promising and will be coming soon (#2678) via ghcup

@fendor
Copy link
Collaborator

fendor commented Mar 13, 2022

Additionally, we just merged the PR switching to GHCup for HLS management. See #533.
This will allow VSCode to manage HLS binaries that support template haskell.

@fendor
Copy link
Collaborator

fendor commented May 1, 2022

Closing as ghcup now manages HLS and installs HLS executables that can run TH, iirc.

@hasufell correct me if I am wrong

@fendor fendor closed this as completed May 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants