Skip to content

Bump upper bounds of build dependencies. #62

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

Merged
merged 4 commits into from
Apr 11, 2025

Conversation

jonathanknowles
Copy link
Member

@jonathanknowles jonathanknowles commented Mar 26, 2025

Related Issue: #61

This PR:

  • bumps the following version bounds:
    - containers >= 0.5 && < 0.8
    + containers >= 0.5 && < 0.9
    
    - random     >= 1.1 && < 1.3
    + random     >= 1.1 && < 1.4
  • adds GHC 9.12 to the list of supported compilers, for consistency with the CI build matrix:
    matrix:
    ghc: ["8.10", "9.0", "9.2", "9.4", "9.6", "9.8", "9.10", "9.12"]

I was able to successfully build and test with the following command:

cabal test all \
    --constraint=containers==0.8 \
    --constraint=random==1.3.0 \
    --allow-newer=ghc-heap:containers \
    --allow-newer=wl-pprint-annotated:containers \
    --allow-newer=hashable:containers

Thus allowing `containers` version `0.8`.
Thus allowing `random` version `1.3.0`.
GHC 9.12 is already tested by CI.
@jonathanknowles
Copy link
Member Author

jonathanknowles commented Mar 27, 2025

Hi @coot
Hope this PR works for you. Let me know if you'd like any changes.

Copy link
Contributor

@coot coot left a comment

Choose a reason for hiding this comment

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

LGTM

@coot coot added this pull request to the merge queue Apr 11, 2025
@coot coot linked an issue Apr 11, 2025 that may be closed by this pull request
4 tasks
Merged via the queue into input-output-hk:master with commit e8221ee Apr 11, 2025
9 checks passed
@jonathanknowles jonathanknowles deleted the update-dependencies branch April 12, 2025 01:24
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 containers version 0.8.
2 participants