File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed
kubernetes-api-client/src/Kubernetes/Client/Auth Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import Kubernetes.Client.KubeConfig
2424import Kubernetes.OpenAPI.Core
2525import Network.HTTP.Client
2626import Network.HTTP.Client.TLS
27- import Network.OAuth.OAuth2 as OAuth
2827import Network.TLS as TLS
2928import URI.ByteString
3029import Web.OIDC.Client.Discovery as OIDC
@@ -40,6 +39,12 @@ import qualified Data.Text as Text
4039import qualified Data.Text.Encoding as Text
4140import qualified Lens.Micro as L
4241
42+ #if MIN_VERSION_hoauth2(2,15,0)
43+ import Network.OAuth2 as OAuth
44+ #else
45+ import Network.OAuth.OAuth2 as OAuth
46+ #endif
47+
4348#if !MIN_VERSION_hoauth2(2,7,0)
4449import qualified Network.OAuth.OAuth2.TokenRequest as OAuth2TokenRequest
4550#endif
Original file line number Diff line number Diff line change 1- resolver : nightly-2025-05-28
2- compiler : ghc-9.12.2
1+ resolver : nightly-2025-11-25
32
43# This repo contains multiple versions of kubernetes-api, in the
54# kubernetes-api-* directories.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ packages:
1717 git: https://github.com/krdlab/haskell-oidc-client
1818snapshots:
1919- completed:
20- sha256: e9b93acfb8aaf8ae4869050506553a963a8adba95748cd60356f9ffe64f03345
21- size: 712232
22- url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/5/28 .yaml
23- original: nightly-2025-05-28
20+ sha256: 32d4130e25c059dbe82764e0029a2d4956d1d9d222f9256b261af308ffd8c4f4
21+ size: 710264
22+ url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2025/11/25 .yaml
23+ original: nightly-2025-11-25
You can’t perform that action at this time.
0 commit comments