lts-22.6 -> lts-22.10 (#1472)

This commit is contained in:
Vaibhav Sagar 2024-02-12 14:28:23 +11:00 committed by GitHub
parent 4cf6733c80
commit 9a805ef9a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# should match the GHC version of the stack.yaml resolver
# checked in CI
ARG GHC_VERSION=9.6.3
ARG GHC_VERSION=9.6.4
FROM haskell:${GHC_VERSION} AS ihaskell_base

View File

@ -1,4 +1,4 @@
resolver: lts-22.6 # GHC 9.6.3
resolver: lts-22.10 # GHC 9.6.4
packages:
- .

View File

@ -1,4 +1,4 @@
resolver: lts-22.6 # GHC 9.6.3
resolver: lts-22.10 # GHC 9.6.4
packages:
- ..