Skip to content

Commit 8990d26

Browse files
committed
Try bumping connection bound to >=0.3
1 parent b59287f commit 8990d26

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kubernetes-client/kubernetes-client.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252
, base >=4.7 && <5.0
5353
, base64-bytestring
5454
, bytestring >=0.10
55-
, connection >=0.2
55+
, connection >=0.3
5656
, containers >=0.5
5757
, data-default-class >=0.1
5858
, either >=5.0
@@ -99,7 +99,7 @@ test-suite example
9999
, base >=4.7 && <5.0
100100
, base64-bytestring
101101
, bytestring >=0.10
102-
, connection >=0.2
102+
, connection >=0.3
103103
, containers >=0.5
104104
, data-default-class >=0.1
105105
, either >=5.0
@@ -152,7 +152,7 @@ test-suite spec
152152
, base >=4.7 && <5.0
153153
, base64-bytestring
154154
, bytestring >=0.10
155-
, connection >=0.2
155+
, connection >=0.3
156156
, containers >=0.5
157157
, data-default-class >=0.1
158158
, either >=5.0

kubernetes-client/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies:
4343
- aeson >=1.2 && <3
4444
- attoparsec >=0.13
4545
- jsonpath >=0.1 && <0.4
46-
- connection >=0.2
46+
- connection >=0.3
4747
- containers >= 0.5
4848
- data-default-class >=0.1
4949
- either >=5.0

0 commit comments

Comments
 (0)