We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ haskell-language-server-wrapper --version 16.1m Sun 09:00 haskell-language-server version: 1.3.0.0 (GHC: 8.10.6) (PATH: /home/hasufell/.cabal/store/ghc-8.10.6/haskell-language-server-1.3.0.0-e-haskell-language-server-wrapper-33949592fa570f4ab6d225afd621a48b88cc13fbd652df28866987ed2fd7d5d7/bin/haskell-language-server-wrapper)
The text was updated successfully, but these errors were encountered:
I was able to build a working HLS for 8.10.6 on Apple Silicon with this patch:
https://gist.github.com/ejconlon/1b6574d13caf6cb0251fa94dc30df013
Basically just copying the 8.10.5 configuration but updating the compiler (and using a newer resolver):
$ cat stack-8.10.6.yaml | head -n3 # Fixme once GHC-8.10.6 LTS is out resolver: nightly-2021-08-15 compiler: ghc-8.10.6
(You know this better than me, but at least I'm reporting that it works for this platform/version!)
Sorry, something went wrong.
GHC 8.10.7 might be released soon too. https://mail.haskell.org/pipermail/haskell-cafe/2021-August/134351.html
Blocked on Mistuke/GhcChoco#15 (as gha needs it for setup ghc in windows)
Seems to be fixed: Mistuke/GhcChoco#15 (comment)
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: