From 501d09a273fbdb1563c41b6dc11eb6d060edf950 Mon Sep 17 00:00:00 2001 From: Masahiro Sakai Date: Mon, 29 Jul 2024 23:56:56 +0900 Subject: [PATCH] update stackage snapshots (2024-07) --- .github/workflows/build.yaml | 10 +++++----- stack-ghc-9.6.yaml | 2 +- stack-ghc-9.8.yaml | 2 +- stack.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 202ef12..7ec4631 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -38,19 +38,19 @@ jobs: os: ubuntu-latest stack_yaml: 'stack-ghc-9.4.yaml' flags: '' - - ghc: '9.6.5' + - ghc: '9.6.6' os: ubuntu-latest stack_yaml: 'stack-ghc-9.6.yaml' flags: '' - - ghc: '9.6.5' + - ghc: '9.6.6' os: macos-latest - stack_yaml: 'stack-ghc-9.4.yaml' + stack_yaml: 'stack-ghc-9.6.yaml' flags: '' - - ghc: '9.6.5' + - ghc: '9.6.6' os: windows-latest - stack_yaml: 'stack-ghc-9.4.yaml' + stack_yaml: 'stack-ghc-9.6.yaml' flags: '' - ghc: '9.8.2' diff --git a/stack-ghc-9.6.yaml b/stack-ghc-9.6.yaml index 81994e8..102568b 100644 --- a/stack-ghc-9.6.yaml +++ b/stack-ghc-9.6.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-22.22 +resolver: lts-22.31 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/stack-ghc-9.8.yaml b/stack-ghc-9.8.yaml index 949edde..73969a7 100644 --- a/stack-ghc-9.8.yaml +++ b/stack-ghc-9.8.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: nightly-2024-05-23 +resolver: nightly-2024-07-28 # User packages to be built. # Various formats can be used as shown in the example below. diff --git a/stack.yaml b/stack.yaml index fb2f5c0..eb79b41 100644 --- a/stack.yaml +++ b/stack.yaml @@ -15,7 +15,7 @@ # resolver: # name: custom-snapshot # location: "./custom-snapshot.yaml" -resolver: lts-22.22 +resolver: lts-22.31 # User packages to be built. # Various formats can be used as shown in the example below.