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 GHC 9.10, 9.12 #358

Merged
merged 1 commit into from
Mar 10, 2025
Merged

Support GHC 9.10, 9.12 #358

merged 1 commit into from
Mar 10, 2025

Conversation

9999years
Copy link
Member

Needs #344

Copy link

linear bot commented Mar 8, 2025

@github-actions github-actions bot added the patch Bug fixes or non-functional changes label Mar 8, 2025
@9999years 9999years force-pushed the wiggles/dux-3107-ghc-910-support branch from 3cb9754 to b619249 Compare March 8, 2025 01:21
@9999years 9999years marked this pull request as ready for review March 10, 2025 16:44
@9999years 9999years requested a review from lf- March 10, 2025 16:44
let _ = " loaded.".parse_next(input)?;
let _ = line_ending_or_eof.parse_next(input)?;
let _ = ' '.parse_next(input)?;
let _ = alt(("loaded", "reloaded", "added", "unadded", "checked")).parse_next(input)?;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GHC 9.10 says Ok, 10 modules reloaded instead of Ok, 10 modules loaded. There's some other special cases I've accounted for here, but that was the big one causing problems.

@9999years 9999years enabled auto-merge (squash) March 10, 2025 16:46
@9999years 9999years merged commit 82abed4 into main Mar 10, 2025
39 checks passed
@9999years 9999years deleted the wiggles/dux-3107-ghc-910-support branch March 10, 2025 16:56
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Bug fixes or non-functional changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants