Skip to content

Commit

Permalink
Update Stack snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
guaraqe committed Aug 25, 2023
1 parent 8d9cade commit 8e953f8
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
14 changes: 7 additions & 7 deletions kubernetes-client/kubernetes-client.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.35.1.
-- This file has been generated from package.yaml by hpack version 0.35.2.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -70,8 +70,8 @@ library
, process
, safe-exceptions >=0.1.0.0
, stm >=2.4
, streaming-bytestring >=0.1 && <0.3
, text >=0.11 && <1.3
, streaming-bytestring >=0.1
, text >=0.11
, time >=1.8
, timerep >=2.0
, tls >=1.4.1
Expand Down Expand Up @@ -118,8 +118,8 @@ test-suite example
, process
, safe-exceptions >=0.1.0.0
, stm >=2.4
, streaming-bytestring >=0.1 && <0.3
, text >=0.11 && <1.3
, streaming-bytestring >=0.1
, text >=0.11
, time >=1.8
, timerep >=2.0
, tls >=1.4.1
Expand Down Expand Up @@ -174,8 +174,8 @@ test-suite spec
, process
, safe-exceptions >=0.1.0.0
, stm >=2.4
, streaming-bytestring >=0.1 && <0.3
, text >=0.11 && <1.3
, streaming-bytestring >=0.1
, text >=0.11
, time >=1.8
, timerep >=2.0
, tls >=1.4.1
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies:
- process
- safe-exceptions >=0.1.0.0
- stm >=2.4
- streaming-bytestring >= 0.1 && < 0.3
- text >=0.11 && <1.3
- streaming-bytestring >= 0.1
- text >=0.11
- time >=1.8
- timerep >=2.0
- tls >=1.4.1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-client/src/Kubernetes/Client/Auth/OIDC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ instance AuthMethod OIDCAuth where
$ setHeader req [("Authorization", "Bearer " <> (Text.encodeUtf8 token))]
& L.set rAuthTypesL []

data OIDCGetTokenException = OIDCOAuthException (OAuth2Error OAuth2TokenRequest.Errors)
data OIDCGetTokenException = OIDCOAuthException TokenRequestError
| OIDCURIException URIParseError
| OIDCGetTokenException String
deriving Show
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/kubernetes-client-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ library
, containers >=0.5.0.0 && <0.8
, deepseq >= 1.4 && <1.6
, exceptions >= 0.4
, http-api-data >= 0.3.4 && <0.5
, http-api-data >= 0.3.4
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand All @@ -54,11 +54,11 @@ library
, network >=2.6.2 && <3.9
, random >=1.1
, safe-exceptions <0.2
, text >=0.11 && <1.3
, text >=0.11
, time >=1.5
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
, vector >=0.10.9
other-modules:
Paths_kubernetes_client_core
Kubernetes.OpenAPI.ImportMappings
Expand Down
12 changes: 6 additions & 6 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
resolver: lts-20.11
compiler: ghc-9.2.5
resolver: lts-21.9
compiler: ghc-9.4.6

extra-deps:
- jsonpath-0.2.1.0
- oidc-client-0.7.0.1
- jsonpath-0.2.1.0
- oidc-client-0.7.0.1

packages:
- kubernetes
- kubernetes-client
- kubernetes
- kubernetes-client
8 changes: 4 additions & 4 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages:
hackage: oidc-client-0.7.0.1
snapshots:
- completed:
sha256: adbc602422dde10cc330175da7de8609e70afc41449a7e2d6e8b1827aa0e5008
size: 649342
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/11.yaml
original: lts-20.11
sha256: 2fc12a405ab6f7eac73eb11a0ca5ccca0e956bd2848db780c140b7406ff9ebb5
size: 640035
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/9.yaml
original: lts-21.9

0 comments on commit 8e953f8

Please sign in to comment.