Skip to content

GHC-8.10.6 support #2096

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

Closed
hasufell opened this issue Aug 15, 2021 · 4 comments · Fixed by #2109
Closed

GHC-8.10.6 support #2096

hasufell opened this issue Aug 15, 2021 · 4 comments · Fixed by #2109
Labels
CI Continuous integration old_type: distribution type: enhancement New feature or request

Comments

@hasufell
Copy link
Member

$ 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)
@jneira jneira added CI Continuous integration old_type: distribution type: enhancement New feature or request labels Aug 15, 2021
@ejconlon
Copy link

ejconlon commented Aug 15, 2021

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!)

@zeronone
Copy link

GHC 8.10.7 might be released soon too.
https://mail.haskell.org/pipermail/haskell-cafe/2021-August/134351.html

@jneira
Copy link
Member

jneira commented Aug 25, 2021

Blocked on Mistuke/GhcChoco#15 (as gha needs it for setup ghc in windows)

@andys8
Copy link
Collaborator

andys8 commented Aug 26, 2021

Seems to be fixed: Mistuke/GhcChoco#15 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration old_type: distribution type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants