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

Backport instances introduced in base-4.20 #72

Merged
merged 3 commits into from
Apr 30, 2024
Merged

Backport instances introduced in base-4.20 #72

merged 3 commits into from
Apr 30, 2024

Conversation

RyanGlScott
Copy link
Member

Fixes #71.

In GHC 9.10, `Version`'s definition was moved from `Data.Version` (in `base`)
to `GHC.Internal.Data.Version` (in `ghc-internal`), which causes its `Data`
instance to change accordingly. The `base-orphans` test suite is sensitive to
this difference, so let's update the expected output of the test suite as well.

Fixes #70.
@RyanGlScott RyanGlScott merged commit e5bdb60 into master Apr 30, 2024
36 checks passed
@RyanGlScott RyanGlScott deleted the ghc-9.10 branch April 30, 2024 11:35
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.

Backport new instances introduced in GHC 9.10
1 participant