Skip to content

Commit

Permalink
Try bumping connection bound to >=0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 27, 2023
1 parent b59287f commit 8990d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions kubernetes-client/kubernetes-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0
Expand Down Expand Up @@ -99,7 +99,7 @@ test-suite example
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0
Expand Down Expand Up @@ -152,7 +152,7 @@ test-suite spec
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, connection >=0.3
, containers >=0.5
, data-default-class >=0.1
, either >=5.0
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- aeson >=1.2 && <3
- attoparsec >=0.13
- jsonpath >=0.1 && <0.4
- connection >=0.2
- connection >=0.3
- containers >= 0.5
- data-default-class >=0.1
- either >=5.0
Expand Down

0 comments on commit 8990d26

Please sign in to comment.