From c44e8b432b8739fca0175d51880388a854fcca1e Mon Sep 17 00:00:00 2001 From: Adithya Kumar Date: Sat, 26 Oct 2024 19:28:47 +0530 Subject: [PATCH] Add a CI for 9.12.1-alpha --- .github/workflows/haskell.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index ca9a410d57..36d68c9fb4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -95,6 +95,14 @@ jobs: cabal_project: cabal.project.ghc-head disable_sdist_build: "y" ignore_error: true + - name: 9.12.1-alpha + 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 + build: cabal + cabal_build_options: "--flag limit-build-mem" + cabal_version: 3.12.1.0 + cabal_project: cabal.project + disable_sdist_build: "y" # Note: use linux for warning build for convenient dev testing - name: 9.10.1-Werror ghc_version: 9.10.1