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

Revise upper version bounds for dependencies. #71

Merged
merged 5 commits into from
Apr 24, 2024

Conversation

jonathanknowles
Copy link
Contributor

@jonathanknowles jonathanknowles commented Apr 24, 2024

This PR revises the following upper version bounds for dependencies:

- containers < 0.7
+ containers < 0.8
- QuickCheck < 2.15
+ QuickCheck < 2.16

I have manually confirmed that building succeeds with the following constraints:

  • containers == 0.7
  • QuickCheck == 2.15

Fixes #70.

…yml`.

Specifying version `3.10` will automatically use the latest version in
the `3.10.*` series.

See documentation here: https://github.com/haskell-actions/setup
@jonathanknowles jonathanknowles force-pushed the jonathanknowles/prepare-minor-release branch from 0eed857 to 8f72c6f Compare April 24, 2024 06:05
@jonathanknowles jonathanknowles self-assigned this Apr 24, 2024
Copy link
Contributor

@paweljakubas paweljakubas left a comment

Choose a reason for hiding this comment

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

👍

@jonathanknowles jonathanknowles added this pull request to the merge queue Apr 24, 2024
Merged via the queue into master with commit 1cd92d3 Apr 24, 2024
19 checks passed
@jonathanknowles jonathanknowles deleted the jonathanknowles/prepare-minor-release branch April 24, 2024 06:21
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.

Support QuickCheck version 2.15.
2 participants