Skip to content

Commit

Permalink
Merge pull request #26 from msakai/update-stack-snapshots-202407
Browse files Browse the repository at this point in the history
Update stackage snapshots (2024-07)
  • Loading branch information
msakai authored Jul 29, 2024
2 parents de114a9 + 501d09a commit 3972f78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3972f78

Please sign in to comment.