From 8990d265dcbb0c07e192c902f42bd90c114722ab Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Mon, 26 Jun 2023 18:09:30 -0700 Subject: [PATCH] Try bumping connection bound to >=0.3 --- kubernetes-client/kubernetes-client.cabal | 6 +++--- kubernetes-client/package.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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