kubernetes-api-client 0.6.1.0 → 0.6.1.1
raw patch · 2 files changed
+3/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
kubernetes-api-client.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: kubernetes-api-client-version: 0.6.1.0+version: 0.6.1.1 synopsis: Client library for Kubernetes description: Client library for interacting with a Kubernetes cluster. .
src/Kubernetes/Client/Auth/OIDC.hs view
@@ -1,6 +1,5 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE FlexibleContexts #-}-{-# LANGUAGE LambdaCase #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE RecordWildCards #-} module Kubernetes.Client.Auth.OIDC@@ -41,7 +40,7 @@ import qualified Data.Text.Encoding as Text import qualified Lens.Micro as L -#if !MIN_VERSION_hoauth2(2,8,0)+#if !MIN_VERSION_hoauth2(2,7,0) import qualified Network.OAuth.OAuth2.TokenRequest as OAuth2TokenRequest #endif @@ -70,7 +69,7 @@ data OIDCGetTokenException = #if MIN_VERSION_hoauth2(2,9,0) OIDCOAuthException TokenResponseError-#elif MIN_VERSION_hoauth2(2,8,0)+#elif MIN_VERSION_hoauth2(2,7,0) OIDCOAuthException TokenRequestError #else OIDCOAuthException (OAuth2Error OAuth2TokenRequest.Errors)