diff --git a/kubernetes-client/kubernetes-client.cabal b/kubernetes-client/kubernetes-client.cabal index d489723..00eb495 100644 --- a/kubernetes-client/kubernetes-client.cabal +++ b/kubernetes-client/kubernetes-client.cabal @@ -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 @@ -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 @@ -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 diff --git a/kubernetes-client/package.yaml b/kubernetes-client/package.yaml index 9263ca9..88d7c5d 100644 --- a/kubernetes-client/package.yaml +++ b/kubernetes-client/package.yaml @@ -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