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

Use TemplateHaskellQuotes rather than TemplateHaskell extension #21

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

mpickering
Copy link
Contributor

TemplateHaskell can't be used in boot libraries as not all platforms support evaluating Template Haskell splices. Therefore we should use TemplateHaskellQuotes to be more precise about the requirements which a module places on the host system.

TemplateHaskell can't be used in boot libraries as not all platforms support evaluating Template Haskell splices. Therefore we should use TemplateHaskellQuotes to be more precise about the requirements which a module places on the host system.
@hasufell
Copy link
Member

It seems this change breaks on GHC < 9.0 due to missing Lift instance.

@mpickering
Copy link
Contributor Author

Are you able to investigate and finish this PR @hasufell ?

@hasufell
Copy link
Member

@mpickering can you review the additional commit?

@mpickering
Copy link
Contributor Author

Looks good to me! Thanks Julian.

@hasufell hasufell merged commit 9c71692 into haskell:master Jun 25, 2024
22 checks passed
@hasufell
Copy link
Member

@mpickering
Copy link
Contributor Author

Can you please push a tag for the 2.0.4 release?

@hasufell
Copy link
Member

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

Successfully merging this pull request may close these issues.

2 participants