Skip to content

Commit

Permalink
Use the full version of cabal in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jun 17, 2024
1 parent 68a8c69 commit 2afb9d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -89,15 +89,15 @@ 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"
- 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
Expand Down

0 comments on commit 2afb9d0

Please sign in to comment.