Skip to content

Commit

Permalink
fixup! Update packcheck and add ghc-9.12.1-alpha to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Oct 26, 2024
1 parent 474db77 commit 6b8d9f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -138,23 +138,20 @@ 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
ghc_version: 9.10.1
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
ghc_version: head
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
Expand Down

0 comments on commit 6b8d9f8

Please sign in to comment.