From ae4d744f88dd09c3a2049b804e80aaf4b0d45ece Mon Sep 17 00:00:00 2001 From: Ranjeet Kumar Ranjan Date: Thu, 29 Jul 2021 20:34:11 +0530 Subject: [PATCH] try base-4.16.0.0 instead of head --- .github/workflows/haskell.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 11ec72f981..aa4690d271 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -13,7 +13,7 @@ jobs: # packcheck environment variables LC_ALL: C.UTF-8 BUILD: ${{ matrix.build }} - GHCVER: ${{ matrix.ghc_version }} + #GHCVER: ${{ matrix.ghc_version }} DISABLE_DOCS: ${{ matrix.disable_docs }} DISABLE_TEST: ${{ matrix.disable_test }} DISABLE_DIST_CHECKS: ${{ matrix.disable_dist_checks }} @@ -50,6 +50,7 @@ jobs: fail-fast: false matrix: name: + - ghc_HEAD - 9.0.1 - 8.10.4+stack - 8.10.4+macOS @@ -61,6 +62,12 @@ jobs: - 8.4.4+debug cabal_version: ["3.4"] include: + - name: ghc_HEAD + ghc_version: "base-4.16.0.0" + build: cabal-v2 + cabal_build_options: "--allow-newer=hsc2hs" + disable_sdist_build: "y" + runner: ubuntu-latest - name: 9.0.1 ghc_version: 9.0.1 build: cabal-v2