We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
containers
0.8
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
Version 0.8 of the containers package has been released, but hashable currently has an upper bound of < 0.8:
hashable
< 0.8
hashable/hashable.cabal
Lines 86 to 89 in e29ed1a
I was able to successfully build and test with:
cabal test all \ --constraint=containers==0.8 \ --allow-newer=hashable:containers
Which indicates that solving this issue might just a require a bump of the upper bound for containers.
The text was updated successfully, but these errors were encountered:
Also running into this.
It's currently blocking: Copilot-Language/copilot#603
Sorry, something went wrong.
Does this require changes to dependencies or the code, or can the upper bound just be bumped?
@ivanperez-keera I think it just requires a bump to the upper bound.
I was able to successfully build and test this with:
@phadej Would you accept such a PR?
Most likely I won't bother with containers-0.8 support until GHC is shipping it. Or if when haskell/cabal#9669 is resolved in some satisfible way.
containers-0.8
If you want sooner containers-0.8 support, help those matters instead.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Version
0.8
of thecontainers
package has been released, buthashable
currently has an upper bound of< 0.8
:hashable/hashable.cabal
Lines 86 to 89 in e29ed1a
I was able to successfully build and test with:
Which indicates that solving this issue might just a require a bump of the upper bound for
containers
.The text was updated successfully, but these errors were encountered: