diff options
author | pacien | 2022-11-11 01:50:08 +0100 |
---|---|---|
committer | pacien | 2022-11-11 01:50:08 +0100 |
commit | ccecb60aa4103669f84692f6b8af754a6365cb5d (patch) | |
tree | 976772e851df35282b41b54a811330340193572f | |
parent | ddadf9798b7f874aa0a829d55987ec0d105efa6d (diff) | |
download | ldgallery-ccecb60aa4103669f84692f6b8af754a6365cb5d.tar.gz |
ci/compiler: update ghc version to match the stackage lts
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
37 | key: compiler-${{ runner.os }}-${{ hashFiles('compiler/stack.yaml') }} | 37 | key: compiler-${{ runner.os }}-${{ hashFiles('compiler/stack.yaml') }} |
38 | - uses: haskell/actions/setup@v1 | 38 | - uses: haskell/actions/setup@v1 |
39 | with: | 39 | with: |
40 | ghc-version: 8.10.4 | 40 | ghc-version: 9.0.2 |
41 | enable-stack: true | 41 | enable-stack: true |
42 | - name: Build Haskell Stack project | 42 | - name: Build Haskell Stack project |
43 | working-directory: compiler | 43 | working-directory: compiler |