Skip to content

Commit

Permalink
Bump more bounds to build on GHC 9.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jun 12, 2024
1 parent 82f233c commit bb72266
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 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.6
, http-api-data >= 0.3.4 && <0.7
, http-client >=0.5 && <0.8
, http-client-tls
, http-media >= 0.4 && < 0.9
Expand Down
14 changes: 10 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
resolver: lts-22.6
resolver: nightly-2024-06-12

packages:
- kubernetes
- kubernetes-client

extra-deps:
- oidc-client-0.7.0.1@sha256:557341f7521e62c09abddf0d06c8e8acce119d3a9a4c4ffac1ab8ca3fc0e5067,3382
# - oidc-client-0.7.0.1@sha256:557341f7521e62c09abddf0d06c8e8acce119d3a9a4c4ffac1ab8ca3fc0e5067,3382

# - git: https://github.com/codedownio/haskell-oidc-client
# commit: 3cb40ba3abfc9a030f31cc2f919bfc192f7e9f5e
- git: https://github.com/codedownio/haskell-oidc-client
# codedown-jun-2024-ghc98
commit: b70757b85751525cba41316ea9af132d9a43cfaf

nix:
pure: false
packages:
- zlib
20 changes: 12 additions & 8 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@

packages:
- completed:
hackage: oidc-client-0.7.0.1@sha256:557341f7521e62c09abddf0d06c8e8acce119d3a9a4c4ffac1ab8ca3fc0e5067,3382
commit: b70757b85751525cba41316ea9af132d9a43cfaf
git: https://github.com/codedownio/haskell-oidc-client
name: oidc-client
pantry-tree:
sha256: 51cfcd6c170923db24ba297ac9937961f6b26e041ceec8ff09500e61017b433b
size: 1298
sha256: b389011ec2b8e7422a56c82833075ddf0152f613044f7acdd1f51a1346d2f7ca
size: 1901
version: 0.8.0.0
original:
hackage: oidc-client-0.7.0.1@sha256:557341f7521e62c09abddf0d06c8e8acce119d3a9a4c4ffac1ab8ca3fc0e5067,3382
commit: b70757b85751525cba41316ea9af132d9a43cfaf
git: https://github.com/codedownio/haskell-oidc-client
snapshots:
- completed:
sha256: 1b4c2669e26fa828451830ed4725e4d406acc25a1fa24fcc039465dd13d7a575
size: 714100
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/22/6.yaml
original: lts-22.6
sha256: d14d2743bfd6881cef22f855af7038797db5cc55798feb0ef2923d20cbc022db
size: 649141
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/nightly/2024/6/12.yaml
original: nightly-2024-06-12

0 comments on commit bb72266

Please sign in to comment.