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

Support building with template-haskell-2.22.1 #46

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

RyanGlScott
Copy link
Owner

template-haskell-2.22.1 adds Lift instances for Name, OccName, and related data types. th-lift defines orphan Lift instances for these data types, however, which results in instance collision. This guards the orphan instances with CPP to avoid compilation failures.

`template-haskell-2.22.1` adds `Lift` instances for `Name`, `OccName`, and
related data types. `th-lift` defines orphan `Lift` instances for these data
types, however, which results in instance collision. This guards the orphan
instances with CPP to avoid compilation failures.
@RyanGlScott RyanGlScott merged commit a9d3d13 into master Oct 22, 2024
26 checks passed
@RyanGlScott RyanGlScott deleted the template-haskell-2.22.1 branch October 22, 2024 10:36
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.

1 participant