From ccecb60aa4103669f84692f6b8af754a6365cb5d Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 11 Nov 2022 01:50:08 +0100 Subject: ci/compiler: update ghc version to match the stackage lts --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f5ca509..e19a44e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: key: compiler-${{ runner.os }}-${{ hashFiles('compiler/stack.yaml') }} - uses: haskell/actions/setup@v1 with: - ghc-version: 8.10.4 + ghc-version: 9.0.2 enable-stack: true - name: Build Haskell Stack project working-directory: compiler -- cgit v1.2.3