From 720636279c918082754ed2fbd44b1ca56b49b797 Mon Sep 17 00:00:00 2001 From: Tycho Andersen Date: Sun, 14 Apr 2024 07:29:22 -0600 Subject: [PATCH] move to ghc 9.4 ghc 9.6 still doesn't work, but 9.4 is recommended now by ghcup, so let's try with that. Signed-off-by: Tycho Andersen --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83f7331..832c6fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: python-version: "${{ matrix.python-version }}" - uses: haskell-actions/setup@v2 with: - ghc-version: '9.2' + ghc-version: '9.4' cabal-version: latest - run: cabal update - run: sudo apt install x11-apps python3-pytest python3-cffi flake8