Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update stackage snapshots (2024-07) #26

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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