Skip to content

Conversation

@webdevred
Copy link
Owner

@webdevred webdevred commented Oct 23, 2025

CI Improvements

  • Uses version: get-tested-head to automatically pull the latest GHC test matrix.
  • Adds debug outputs for matrix.newest and matrix.oldest to facilitate troubleshooting.
  • Runs cabal configure --prefer-oldest only when testing with the oldest dependency set (oldest == true and newest == false), ensuring compatibility with older dependency ranges.

Dependency Adjustments

  • Require pretty-simple >= 4.1, without this bound, the solver attempted to select an older pretty-simple release incompatible with my code.

- Use version: get-tested-head instead of fixed release
- Add debug outputs for matrix.oldest and matrix.newest
- Run `cabal configure --prefer-oldest` only for oldest=true & newest=false
@webdevred webdevred force-pushed the lower-bound-detection branch from 903da26 to ec2fe0c Compare October 23, 2025 16:54
@webdevred webdevred merged commit af229a9 into master Oct 23, 2025
13 checks passed
@webdevred webdevred deleted the lower-bound-detection branch October 23, 2025 17:01
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.

2 participants