Skip to content
  • Matthew Pickering's avatar
    99210135
    Allow containers-0.8 · 99210135
    Matthew Pickering authored
    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
    99210135
    Allow containers-0.8
    Matthew Pickering authored
    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
Loading