You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Relaxed the upper bound for the containers dependency from <0.8 to <0.9
- Cabal-hooks
- Cabal-syntax
- Cabal
- cabal-install-solver
- cabal-install
I tested this locally by running the command.
```
cabal build --constraint="containers==0.8.*" --allow-newer=resolv:containers --allow-newer=hackage-security:containers --allow-newer=hashable:containers exe:cabal
```
This uses containers version 0.8.x
while relaxing version constraints for the resolv, hackage-security, and
hashable packages to allow them to work with this newer containers
version.
Fixes#10810
0 commit comments