From 8e04bab8c1fc1815b1456d537e2441b88dbca129 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 27 Mar 2025 16:11:41 -0600 Subject: Release builds: build with ghc 9.8. --- .github/workflows/release-candidate.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index b6227c1ad..584346f85 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -21,8 +21,8 @@ jobs: - uses: actions/checkout@v4 - name: Install ghc run: | - ghcup install ghc --set 9.6 - ghcup install cabal --set 3.10 + ghcup install ghc --set 9.8 + ghcup install cabal --set 3.12 - name: Install dependencies run: | @@ -88,8 +88,8 @@ jobs: - name: Install ghc and cabal run: | - ghcup install ghc --set 9.6 - ghcup install cabal --set 3.10 + ghcup install ghc --set 9.8 + ghcup install cabal --set 3.12 echo "$HOME/.ghcup/bin" >> "${GITHUB_PATH}" - name: Create release -- cgit v1.2.3