From 55edc47819b5b225a3ee4bb358111d9ce3ad4bae Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 16 Aug 2024 12:52:04 +1000 Subject: [PATCH] CI: Remove ghc-8.4 (oldest) from the build matrix This version of GHC has a base library version that cause a compile failure in the shakespeare library. --- .github/workflows/haskell.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 4bdab79f1..4837038fe 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -47,7 +47,6 @@ jobs: matrix: cabal: ["3.10"] ghc: - - "8.4.4" - "8.6.5" - "8.8.4" - "8.10.7"