diff options
-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 |