From 2afb9d0cf9c1b9b66bb13b9450b6f645e746fb5f Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Tue, 18 Jun 2024 03:22:38 +0530 Subject: [PATCH] Use the full version of cabal in the CI --- .github/workflows/packcheck.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/packcheck.yml b/.github/workflows/packcheck.yml index 7c4b7b2..f2c05a6 100644 --- a/.github/workflows/packcheck.yml +++ b/.github/workflows/packcheck.yml @@ -56,31 +56,31 @@ jobs: - name: 8.4.4 ghc_version: 8.4.4 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 - name: 8.6.5 ghc_version: 8.6.5 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 - name: 8.8.4 ghc_version: 8.8.4 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 - name: 8.10.7 ghc_version: 8.10.7 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 - name: 8.10.7+no-charts ghc_version: 8.10.7 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 pack_options: >- CABAL_BUILD_OPTIONS="-f no-charts" @@ -89,7 +89,7 @@ jobs: - name: 8.10.7+no-colors ghc_version: 8.10.7 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 pack_options: >- CABAL_BUILD_OPTIONS="-f no-colors" @@ -97,7 +97,7 @@ jobs: - name: 9.0.1 ghc_version: 9.0.1 runner: ubuntu-latest - cabal_version: 3.2 + cabal_version: 3.2.0.0 command: cabal-v2 - name: 9.2.8