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

GHC 9.6 support #3502

Closed
9999years opened this issue Feb 21, 2023 · 2 comments
Closed

GHC 9.6 support #3502

9999years opened this issue Feb 21, 2023 · 2 comments

Comments

@9999years
Copy link
Contributor

This is a tracking issue for GHC 9.6 support.

We'll need to update hie-compat for GHC 9.6:

if (impl(ghc > 8.9) && impl(ghc < 8.11))
hs-source-dirs: src-ghc810 src-reexport
if (impl(ghc >= 9.0) && impl(ghc < 9.1) || flag(ghc-lib))
hs-source-dirs: src-ghc90 src-reexport-ghc9
if (impl(ghc >= 9.2) && impl(ghc < 9.3))
hs-source-dirs: src-ghc92 src-reexport-ghc9
if (impl(ghc >= 9.4) && impl(ghc < 9.5))
hs-source-dirs: src-reexport-ghc92

Please collect other issues needed to land support for GHC 9.6 here.

@wz1000
Copy link
Collaborator

wz1000 commented Feb 21, 2023

Have you seen #3480

@9999years
Copy link
Contributor Author

@wz1000 I hadn't! I'd only searched the open issues for PRs. That's great, glad to see work is underway.

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

4 participants