aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2022-12-01 22:37:18 +0100
committerpacien2022-12-01 22:37:18 +0100
commitc7a276ec89f081ddf941b433d7485593d483de88 (patch)
tree8a929920e1205978355c8f860b3a03b08658657c
parent922481cfd39543128396dca05c7a83588bcd332e (diff)
downloadldgallery-c7a276ec89f081ddf941b433d7485593d483de88.tar.gz
ci: update ghc version
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 12bc7a1..7387fe7 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@v2 38 - uses: haskell/actions/setup@v2
39 with: 39 with:
40 ghc-version: 9.0.2 40 ghc-version: 9.2.4
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