Skip to content

Use TemplateHaskellQuotes rather than TemplateHaskell extension#21

Merged
hasufell merged 2 commits intohaskell:masterfrom
mpickering:patch-1
Jun 25, 2024
Merged

Use TemplateHaskellQuotes rather than TemplateHaskell extension#21
hasufell merged 2 commits intohaskell:masterfrom
mpickering:patch-1

Conversation

@mpickering
Copy link
Copy Markdown
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
Copy Markdown
Member

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

@mpickering
Copy link
Copy Markdown
Contributor Author

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

@hasufell
Copy link
Copy Markdown
Member

@mpickering can you review the additional commit?

@mpickering
Copy link
Copy Markdown
Contributor Author

Looks good to me! Thanks Julian.

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

@mpickering
Copy link
Copy Markdown
Contributor Author

Can you please push a tag for the 2.0.4 release?

@hasufell
Copy link
Copy Markdown
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