You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests: Update expected output for Version's Data instance with GHC 9.10+
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.
0 commit comments