From faca20ea6196700a09c5cc22b8502eebc9346b25 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Tue, 8 Aug 2023 19:27:52 +0300 Subject: [PATCH] CI: update compilers (#998) * Bump to Stackage LTS 21.6 * CI: bump compilers --- .github/workflows/main.yml | 10 +++++----- stack.yaml | 2 +- stack.yaml.lock | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5c5aee83..a1401267 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,9 +19,9 @@ jobs: - "8.8.4" - "8.10.7" - "9.0.2" - - "9.2.7" - - "9.4.4" - - "9.6.1" + - "9.2.8" + - "9.4.5" + - "9.6.2" exclude: # fails to build: "can't load framework: Cocoa (not found)" - os: macOS-12 @@ -76,7 +76,7 @@ jobs: strategy: matrix: stack: ["2.9.3"] - ghc: ["9.2.5"] # We want this to match the Stackage snapshot in stack.yaml + ghc: ["9.4.5"] # We want this to match the Stackage snapshot in stack.yaml steps: - uses: actions/checkout@v3 @@ -108,7 +108,7 @@ jobs: strategy: matrix: cabal: ["3.6"] - ghc: ["9.2.7"] + ghc: ["9.2.8"] steps: - uses: actions/checkout@v3 diff --git a/stack.yaml b/stack.yaml index ddafa89c..f183426f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,4 @@ -resolver: 'lts-20.10' # If you change this, please update GHC version "stack / ghc" job in .github/workflows/main.yaml +resolver: 'lts-21.6' # If you change this, please update GHC version "stack / ghc" job in .github/workflows/main.yaml save-hackage-creds: false system-ghc: true skip-ghc-check: true diff --git a/stack.yaml.lock b/stack.yaml.lock index 033cf531..8272e63a 100644 --- a/stack.yaml.lock +++ b/stack.yaml.lock @@ -6,7 +6,7 @@ packages: [] snapshots: - completed: - size: 649332 - url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/20/10.yaml - sha256: 17870c63f8041ac17a38096124abeb953cb14d84bfc96deb88f9b24daa97b347 - original: lts-20.10 + sha256: 2e7d4a730d8eb5373b2d383fac84efcf7c81e3b7a5fce71b4c2e19a1768f25a6 + size: 640239 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/21/6.yaml + original: lts-21.6