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

Add support for GHC 9.2.2 #2771

Closed
pepeiborra opened this issue Mar 9, 2022 · 10 comments
Closed

Add support for GHC 9.2.2 #2771

pepeiborra opened this issue Mar 9, 2022 · 10 comments

Comments

@pepeiborra
Copy link
Collaborator

We need to add support for GHC 9.2.2 before the 1.7.0 release.

Originally posted by @pepeiborra in #2739 (comment)

@pepeiborra pepeiborra modified the milestones: 1.7.0, 1.6.0, 1.7 Mar 9, 2022
@hasufell
Copy link
Member

hasufell commented Mar 9, 2022

9.2.2 is broken on windows ... not sure it's worth the support.

@pepeiborra
Copy link
Collaborator Author

Oh dear. Thanks for the heads up, I guess we can go ahead with the release.

@pepeiborra pepeiborra removed this from the 1.7 milestone Mar 9, 2022
@michaelpj
Copy link
Collaborator

Presumably we want to support it for platforms where it isn't broken, though?

@Eason0210
Copy link

Eason0210 commented Mar 16, 2022

I just install GHC 9.2.2 on Windows 10 with ghcup, and it works, not broken.

➜ ~  which ghc
C:\ghcup\bin\ghc.exe
➜ ~  ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.2.2

@hasufell
Copy link
Member

I just install GHC 9.2.2 on Windows 10 with ghcup, and it works, not broken.

➜ ~  which ghc
C:\ghcup\bin\ghc.exe
➜ ~  ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.2.2

The only way this works is that you have msys2 in PATH, which can create numerous other problems on your system.

@Eason0210
Copy link

The only way this works is that you have msys2 in PATH

@hasufell You are right, I do have msys2 in my path.

@nrolland
Copy link

Stackage is on 9.2.2 now. It would be nice to have HLS targeting the same version.

@hasufell
Copy link
Member

Stackage is on 9.2.2 now. It would be nice to have HLS targeting the same version.

Nightly stackage, not LTS. That mean it's experimental.

@nrolland
Copy link

nrolland commented Mar 31, 2022

Not sure it is experimental, it's a set of packages that compile.
It is valuable to have popular tools working together.

They say they'll upgrade to 9.2.3 soon enough after it's out though.
https://www.stackage.org/blog/2022/03/announce-lts-19-nightly-ghc9.2

@georgefst
Copy link
Collaborator

Presumably this is closed by #2787?

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

6 participants