Skip to content

Commit

Permalink
Update Stack snapshot, use crypton- libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
guaraqe committed Jul 25, 2024
1 parent 8e953f8 commit b6cad10
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 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.2.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -51,8 +51,12 @@ library
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, containers >=0.5
, crypton-connection
, crypton-x509
, crypton-x509-store
, crypton-x509-system
, crypton-x509-validation
, data-default-class >=0.1
, either >=5.0
, filepath >=1.4
Expand All @@ -78,10 +82,6 @@ library
, typed-process >=0.2
, unordered-containers
, uri-bytestring >=0.3
, x509 >=1.7
, x509-store >=1.6
, x509-system >=1.6
, x509-validation >=1.6
, yaml >=0.8.32
default-language: Haskell2010

Expand All @@ -98,8 +98,12 @@ test-suite example
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, containers >=0.5
, crypton-connection
, crypton-x509
, crypton-x509-store
, crypton-x509-system
, crypton-x509-validation
, data-default-class >=0.1
, either >=5.0
, filepath >=1.4
Expand All @@ -126,10 +130,6 @@ test-suite example
, typed-process >=0.2
, unordered-containers
, uri-bytestring >=0.3
, x509 >=1.7
, x509-store >=1.6
, x509-system >=1.6
, x509-validation >=1.6
, yaml >=0.8.32
default-language: Haskell2010

Expand All @@ -151,8 +151,12 @@ test-suite spec
, base >=4.7 && <5.0
, base64-bytestring
, bytestring >=0.10
, connection >=0.2
, containers >=0.5
, crypton-connection
, crypton-x509
, crypton-x509-store
, crypton-x509-system
, crypton-x509-validation
, data-default-class >=0.1
, either >=5.0
, file-embed
Expand Down Expand Up @@ -182,9 +186,5 @@ test-suite spec
, typed-process >=0.2
, unordered-containers
, uri-bytestring >=0.3
, x509 >=1.7
, x509-store >=1.6
, x509-system >=1.6
, x509-validation >=1.6
, yaml
default-language: Haskell2010
10 changes: 5 additions & 5 deletions kubernetes-client/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- aeson >=1.2 && <3
- attoparsec >=0.13
- jsonpath >=0.1 && <0.3
- connection >=0.2
- crypton-connection
- containers >= 0.5
- data-default-class >=0.1
- either >=5.0
Expand All @@ -66,8 +66,8 @@ dependencies:
- typed-process >=0.2
- unordered-containers
- uri-bytestring >=0.3
- x509 >=1.7
- x509-system >=1.6
- x509-store >=1.6
- x509-validation >=1.6
- crypton-x509
- crypton-x509-system
- crypton-x509-store
- crypton-x509-validation
- yaml >=0.8.32
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 TokenRequestError
data OIDCGetTokenException = OIDCOAuthException TokenResponseError
| OIDCURIException URIParseError
| OIDCGetTokenException String
deriving Show
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resolver: lts-21.9
compiler: ghc-9.4.6
resolver: lts-22.20
compiler: ghc-9.6.4

extra-deps:
- jsonpath-0.2.1.0
Expand Down
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: 2fc12a405ab6f7eac73eb11a0ca5ccca0e956bd2848db780c140b7406ff9ebb5
size: 640035
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/9.yaml
original: lts-21.9
sha256: 4a0e5e187fbef423f9c60072bfb1dd56f2a01a07a2667eb1469bd79073cfceaf
size: 713340
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/20.yaml
original: lts-22.20

0 comments on commit b6cad10

Please sign in to comment.