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
Trying to compile sdl2-gfx-master 8532ccf with GHC 9.8.1 on Windows yields the following error:
E:\work-pl\haskell\code\sdl2-gfx\src\SDL\Raw\Helper.hs:84:10: error: Couldn't match expected type: TyVarBndr Specificity
It can be fixed via template-haskell-compat-v0208
Related issues:
nikita-volkov/contravariant-extras#8
nikita-volkov/contravariant-extras@cc8ed21
The text was updated successfully, but these errors were encountered:
Fix build error: Couldn't match expected type: TyVarBndr Specificity
d2e41ce
Tested with cabal-install 3.10.2.1 with GHC 9.8.1 and stack 2.15.1 with lts-21.25. Related issue: haskell-game#12
No branches or pull requests
Trying to compile sdl2-gfx-master 8532ccf with GHC 9.8.1 on Windows yields the following error:
It can be fixed via template-haskell-compat-v0208
Related issues:
nikita-volkov/contravariant-extras#8
nikita-volkov/contravariant-extras@cc8ed21
The text was updated successfully, but these errors were encountered: