From 6b8d9f8eb529e4e72a95b429fa54509888f3af6f Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Sat, 26 Oct 2024 20:33:40 +0530 Subject: [PATCH] fixup! Update packcheck and add ghc-9.12.1-alpha to the CI --- .github/workflows/haskell.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 9e04fe9..30ba75a 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -66,7 +66,7 @@ jobs: - name: 8.0.2 ghc_version: 8.0.2 runner: ubuntu-latest - cabal_version: latest + cabal_version: 3.2 pack_options: DISABLE_TEST=y ignore_error: false @@ -125,7 +125,7 @@ jobs: - name: 9.4.8+macOS ghc_version: 9.4.8 runner: macos-latest - cabal_version: latest + cabal_version: 3.10.1.0 ignore_error: false - name: 9.6.5 @@ -138,7 +138,6 @@ jobs: ghc_version: 9.8.2 cabal_version: 3.12.1.0 runner: ubuntu-latest - cabal_version: latest ignore_error: false - name: 9.10.1+ucd2haskell @@ -146,7 +145,6 @@ jobs: cabal_version: 3.12.1.0 pack_options: CABAL_BUILD_OPTIONS="-f ucd2haskell" runner: ubuntu-latest - cabal_version: latest ignore_error: false - name: 9.12.1-alpha @@ -154,7 +152,6 @@ jobs: cabal_version: 3.12.1.0 pack_options: GHCUP_GHC_OPTIONS="-u https://downloads.haskell.org/ghc/9.12.1-alpha1/ghc-9.12.20241014-x86_64-deb12-linux.tar.xz" runner: ubuntu-latest - cabal_version: latest ignore_error: false # Template for release candidates