Bump GHC_FOR_QUICK_JOBS to 9.10.3#11484
Merged
mergify[bot] merged 1 commit intohaskell:masterfrom Feb 15, 2026
Merged
Conversation
geekosaur
approved these changes
Feb 12, 2026
ffaf1
reviewed
Feb 12, 2026
ffaf1
approved these changes
Feb 12, 2026
c2a063c to
f130128
Compare
- Trigger CI on push for test - Add test run for bumping to ghc-9.8.4 - Bump dev-scripts upper bounds for ghc-9.10.3 - Bump to ghc-9.10.3 for quickjobs - Fix -Wunused-imports for Control.Monad.IO.Class - Drop older versions of aeson - Bump aeson - Bump lens - Remove unnecessary vertical alignment whitespace - Bump optparse-applicative - Avoid -Wunused-imports for liftA2 - Revert push to only branch master
d1e35e6 to
e5e5440
Compare
Contributor
Merge Queue StatusRule:
This pull request spent 1 hour 39 minutes 22 seconds in the queue, including 1 hour 28 minutes 59 seconds running CI. Required conditions to merge
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #11483, bump to
ghc-9.10.3for quickjobs.I've altered dependencies and fixed warnings in
cabal.meta.projectso that it builds with GHC from8.4.4, the minimum we support, up to9.10.3without errors.