Skip to content

Support containers version 0.8. #61

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

Closed
2 of 4 tasks
Tracked by #254
jonathanknowles opened this issue Mar 2, 2025 · 2 comments · Fixed by #62
Closed
2 of 4 tasks
Tracked by #254

Support containers version 0.8. #61

jonathanknowles opened this issue Mar 2, 2025 · 2 comments · Fixed by #62

Comments

@jonathanknowles
Copy link
Member

jonathanknowles commented Mar 2, 2025

Version 0.8 of the containers package has been released, but nothunks currently has an upper bound of < 0.8:

nothunks/nothunks.cabal

Lines 43 to 44 in 11bb093

build-depends: base >= 4.12 && < 5
, containers >= 0.5 && < 0.8

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

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

Related upstream issues:

@ivanperez-keera
Copy link

@coot would you accept such a PR?

@coot
Copy link
Contributor

coot commented Mar 26, 2025

Yes, that's a welcomed contribution.

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 a pull request may close this issue.

3 participants