packages feed

kubernetes-api-client 0.6.0.1 → 0.6.1.0

raw patch · 1 files changed

+16/−43 lines, 1 filesdep −connectiondep −x509dep −x509-store

Dependencies removed: connection, x509, x509-store, x509-system, x509-validation

Files

kubernetes-api-client.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack  name:           kubernetes-api-client-version:        0.6.0.1+version:        0.6.1.0 synopsis:       Client library for Kubernetes description:    Client library for interacting with a Kubernetes cluster.                 .@@ -54,6 +54,11 @@     , base64-bytestring     , bytestring >=0.10     , containers >=0.5+    , crypton-connection+    , crypton-x509 >=1.7+    , crypton-x509-store >=1.6+    , crypton-x509-system >=1.6+    , crypton-x509-validation >=1.6     , data-default-class >=0.1     , either >=5.0     , filepath >=1.4@@ -79,20 +84,6 @@     , uri-bytestring >=0.3     , yaml >=0.8.32   default-language: Haskell2010-  if impl(ghc >= 9.6)-    build-depends:-        crypton-connection-      , crypton-x509 >=1.7-      , crypton-x509-store >=1.6-      , crypton-x509-system >=1.6-      , crypton-x509-validation >=1.6-  else-    build-depends:-        connection-      , x509 >=1.7-      , x509-store >=1.6-      , x509-system >=1.6-      , x509-validation >=1.6  test-suite example   type: exitcode-stdio-1.0@@ -110,6 +101,11 @@     , base64-bytestring     , bytestring >=0.10     , containers >=0.5+    , crypton-connection+    , crypton-x509 >=1.7+    , crypton-x509-store >=1.6+    , crypton-x509-system >=1.6+    , crypton-x509-validation >=1.6     , data-default-class >=0.1     , either >=5.0     , filepath >=1.4@@ -136,20 +132,6 @@     , uri-bytestring >=0.3     , yaml >=0.8.32   default-language: Haskell2010-  if impl(ghc >= 9.6)-    build-depends:-        crypton-connection-      , crypton-x509 >=1.7-      , crypton-x509-store >=1.6-      , crypton-x509-system >=1.6-      , crypton-x509-validation >=1.6-  else-    build-depends:-        connection-      , x509 >=1.7-      , x509-store >=1.6-      , x509-system >=1.6-      , x509-validation >=1.6  test-suite spec   type: exitcode-stdio-1.0@@ -172,6 +154,11 @@     , base64-bytestring     , bytestring >=0.10     , containers >=0.5+    , crypton-connection+    , crypton-x509 >=1.7+    , crypton-x509-store >=1.6+    , crypton-x509-system >=1.6+    , crypton-x509-validation >=1.6     , data-default-class >=0.1     , either >=5.0     , file-embed@@ -202,17 +189,3 @@     , uri-bytestring >=0.3     , yaml >=0.8.4   default-language: Haskell2010-  if impl(ghc >= 9.6)-    build-depends:-        crypton-connection-      , crypton-x509 >=1.7-      , crypton-x509-store >=1.6-      , crypton-x509-system >=1.6-      , crypton-x509-validation >=1.6-  else-    build-depends:-        connection-      , x509 >=1.7-      , x509-store >=1.6-      , x509-system >=1.6-      , x509-validation >=1.6