Skip to content

Commit

Permalink
Merge pull request #120 from commercialhaskell/bumpCI
Browse files Browse the repository at this point in the history
Bump CI for GHC 9.6.3/LTS 22.0
  • Loading branch information
mpilgrem authored Dec 18, 2023
2 parents a347199 + 0a38fb7 commit f8f9f58
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 109 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
workflow_dispatch:

# As of 2 December 2023, ubuntu-latest, windows-latest and macos-latest come
# As of 18 December 2023, ubuntu-latest, windows-latest and macos-latest come
# with Stack 2.13.1.

jobs:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- ubuntu-latest
- windows-latest
resolver:
- stack-ghc-9.4.8.yaml
- stack-ghc-9.6.3.yaml
steps:
- name: Clone project
uses: actions/checkout@v4
Expand Down
12 changes: 6 additions & 6 deletions stack-ghc-9.4.8.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snapshot specification for GHC 9.4.8.
resolver: lts-21.23 # GHC 9.4.8
resolver: lts-21.25 # GHC 9.4.8

packages:
- aeson-warning-parser-0.1.1@sha256:e5b81492d39bfe5de99fdc838e54e0fc0f2e290eb9fcfd4531cabf24baeada76,1353
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.23 provides hpack-0.35.2
# lts-21.25 provides hpack-0.35.2
- hpack-0.36.0@sha256:c2daa6556afc57367a5d1dbd878bf515d442d201e24b27473051359abd47ed08,5187
# lts-21.23 provides http-client-tls-0.3.6.1
# lts-21.25 provides http-client-tls-0.3.6.1
- http-client-tls-0.3.6.3@sha256:a5909ce412ee65c141b8547f8fe22236f175186c95c708e86a46b5547394f910,2046
# lts-21.23 provides http-download-0.2.0.0
# lts-21.25 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.23 provides tar-conduit-0.3.2.1
# lts-21.25 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.23 provides tls-1.6.0
# crypton-connection-0.3.1 requires tls >= 1.7. lts-21.25 provides tls-1.6.0
- tls-1.8.0@sha256:0ea435fb1969384c76e6b6ba49c509cec55eec29f60dd2c335151d9c8a4e8b4f,5571

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack-ghc-9.6.3.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snapshot specification for GHC 9.6.3.
resolver: nightly-2023-12-08 # GHC 9.6.3
resolver: lts-22.0 # GHC 9.6.3

flags:
hackage-security:
Expand Down
4 changes: 1 addition & 3 deletions stack-ghc-9.8.1.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Experimental snapshot specification for GHC 9.8.1.
resolver: nightly-2023-12-08 # GHC 9.6.3
resolver: nightly-2023-12-18 # GHC 9.6.3
compiler: ghc-9.8.1

packages:
- aeson-2.2.1.0@sha256:a23a61aada8233e10573e1612c0b2efe5a1aba0d59b05dbe2f63301822f136cb,6582
- attoparsec-aeson-2.2.0.1@sha256:00026bb205aaa087215a4c3a65a62c4561c3fb58e882778c9607c63e2aa960e9,1593
- http-api-data-0.6@sha256:fb724ab5d42656b1f0f982ffb73ccb457ef73c6d6461f6a1b2b0a70d41d05d6e,3257
- tagged-0.8.8@sha256:c4fdbd3e1c423af0ccf8eb9e9962620106c34e32ed8e0cc647fb06899a703e04,2880
- th-abstraction-0.6.0.0@sha256:d8959fa6a2812afcdd5f6f255fd6be8b3e0ca01e425586a554544fcb70b0ec7c,2303

flags:
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
resolver: stack-ghc-9.4.8.yaml
resolver: stack-ghc-9.6.3.yaml
101 changes: 5 additions & 96 deletions stack.yaml.lock

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

0 comments on commit f8f9f58

Please sign in to comment.