-
Notifications
You must be signed in to change notification settings - Fork 273
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
Build failure with template-haskell-2.21
(GHC 9.8)
#1043
Comments
4 tasks
Sorry for the delay on this—things always tend to become busy around a new GHC release. I'll plan to fix this within the coming days. |
RyanGlScott
added a commit
that referenced
this issue
Aug 22, 2023
This is made quite simple by using the `TyVarBndrVis`/`bndrVis` compatibility shims from `th-abstraction-0.6.*`. When that version of `th-abstraction` is not available, I provide these definitions using CPP. Fixes #1043.
RyanGlScott
added a commit
that referenced
this issue
Aug 22, 2023
This is made quite simple by using the `TyVarBndrVis`/`bndrVis` compatibility shims from `th-abstraction-0.6.*`. When that version of `th-abstraction` is not available, I provide these definitions using CPP. Fixes #1043.
RyanGlScott
added a commit
that referenced
this issue
Aug 24, 2023
This is made quite simple by using the `TyVarBndrVis`/`bndrVis` compatibility shims from `th-abstraction-0.6.*`. When that version of `th-abstraction` is not available, I provide these definitions using CPP. Fixes #1043.
I've uploaded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This could be fixed by using ideas from the patch on head.hackage: https://gitlab.haskell.org/ghc/head.hackage/-/blob/master/patches/lens-5.2.2.patch
The text was updated successfully, but these errors were encountered: