From 8d6d9d1c7d2b4b4e50ac36619ed5a2eaeb899c10 Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Fri, 8 Nov 2024 15:47:05 -0800 Subject: [PATCH] ci: try building 8.8.4 with cabal --- .github/workflows/sandwich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sandwich.yml b/.github/workflows/sandwich.yml index 4b506902..84f7a00c 100644 --- a/.github/workflows/sandwich.yml +++ b/.github/workflows/sandwich.yml @@ -14,7 +14,7 @@ jobs: os: [ubuntu-latest, macOS-latest, windows-latest] ghc: # - "8.6.5" - # - "8.8.4" + - "8.8.4" - "8.10.7" - "9.0.2" - "9.2.8"