Skip to content

Commit

Permalink
Increase upper bound for containers to <0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mbg committed Jul 12, 2024
1 parent 8255549 commit e71348d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies:
- base64-bytestring >= 0.1 && < 2
- bytestring >= 0.9 && < 0.13
- c14n >= 0.1.0.1 && < 1
- containers >= 0.6 && <0.7
- containers >= 0.6 && <0.8
- crypton < 2
- data-default-class < 1
- http-types < 1
Expand Down
4 changes: 2 additions & 2 deletions wai-saml2.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
, base64-bytestring >=0.1 && <2
, bytestring >=0.9 && <0.13
, c14n >=0.1.0.1 && <1
, containers ==0.6.*
, containers >=0.6 && <0.8
, crypton <2
, crypton-x509 <2
, crypton-x509-store <2
Expand Down Expand Up @@ -102,7 +102,7 @@ test-suite parser
, base64-bytestring >=0.1 && <2
, bytestring
, c14n >=0.1.0.1 && <1
, containers ==0.6.*
, containers >=0.6 && <0.8
, crypton <2
, crypton-x509 <2
, crypton-x509-store <2
Expand Down

0 comments on commit e71348d

Please sign in to comment.