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

Bump CI for GHC 9.6.3 #109

Merged
merged 1 commit into from
Sep 27, 2023
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/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
- master
workflow_dispatch:

# As of 27 August 2023, ubuntu-latest and windows-latest come with Stack 2.11.1
# and macos-latest comes with Stack 2.9.3.
# As of 27 September 2023, ubuntu-latest and windows-latest come with
# Stack 2.11.1 and macos-latest comes with Stack 2.9.3.

jobs:
build:
Expand All @@ -22,12 +22,12 @@ jobs:
resolver:
- stack-ghc-9.2.8.yaml
- stack-ghc-9.4.7.yaml
- stack-ghc-9.6.2.yaml
- stack-ghc-9.6.3.yaml
include:
- os: macos-latest
resolver: stack-ghc-9.6.2.yaml
resolver: stack-ghc-9.6.3.yaml
- os: windows-latest
resolver: stack-ghc-9.6.2.yaml
resolver: stack-ghc-9.6.3.yaml
steps:
- name: Clone project
uses: actions/checkout@v3
Expand Down
14 changes: 7 additions & 7 deletions stack-ghc-9.4.7.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snapshot specification for GHC 9.4.7.
resolver: lts-21.12 # GHC 9.4.7
resolver: lts-21.13 # GHC 9.4.7

packages:
- aeson-warning-parser-0.1.0@sha256:f2c1c42b73aa35d352060abcbb867c410cbbf57d0cb0fed607bcd1e2a74954ad,1308
Expand All @@ -9,16 +9,16 @@ packages:
- crypton-x509-store-1.6.9@sha256:422b9b9f87a7382c66385d047615b16fc86a68c08ea22b1e0117c143a2d44050,1750
- crypton-x509-system-1.6.7@sha256:023ed573d82983bc473a37a89e0434a085b413be9f68d07e085361056afd4637,1532
- crypton-x509-validation-1.6.12@sha256:85989721b64be4b90de9f66ef641c26f57575cffed1a50d707065fb60176f386,2227
# lts-21.12 provides hpack-0.35.2
- hpack-0.35.5@sha256:22b46f28b53ec6fb2d05517b569a74b8b3e5e8c2e89c6b7ca25b345af62f22fa,5119
# lts-21.12 provides http-client-tls-0.3.6.1
# lts-21.13 provides hpack-0.35.2
- hpack-0.36.0@sha256:c2daa6556afc57367a5d1dbd878bf515d442d201e24b27473051359abd47ed08,5187
# lts-21.13 provides http-client-tls-0.3.6.1
- http-client-tls-0.3.6.3@sha256:a5909ce412ee65c141b8547f8fe22236f175186c95c708e86a46b5547394f910,2046
# lts-21.12 provides http-download-0.2.0.0
# lts-21.13 provides http-download-0.2.0.0
- http-download-0.2.1.0@sha256:a97863e96f7d44efc3d0e3061db7fe2540b8374ca44ae90d0b56040140cb7506,1716
- static-bytes-0.1.0@sha256:35dbf30f617baa0151682c97687042516be07872a39984f9fe31f78125b962bf,1627
# lts-21.12 provides tar-conduit-0.3.2.1
# lts-21.13 provides tar-conduit-0.3.2.1
- tar-conduit-0.4.0@sha256:f333649770f5ec42a83a93b0d424cf6bb895d80dfbee05a54340395f81d036ae,3126
# crypton-connection-0.3.1 requires tls >= 1.7. lts-21.12 provides tls-1.6.0
# crypton-connection-0.3.1 requires tls >= 1.7. lts-21.13 provides tls-1.6.0
- tls-1.8.0@sha256:0ea435fb1969384c76e6b6ba49c509cec55eec29f60dd2c335151d9c8a4e8b4f,5571

flags:
Expand Down
6 changes: 0 additions & 6 deletions stack-ghc-9.6.2.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions stack-ghc-9.6.3.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Snapshot specification for GHC 9.6.3.
resolver: nightly-2023-09-27 # GHC 9.6.2
compiler: ghc-9.6.3

flags:
hackage-security:
cabal-syntax: true
14 changes: 7 additions & 7 deletions stack.yaml.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.