From cb3d5aaea1252dff2ad45f782e0b6a6e7bb726ef Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 28 Jul 2022 08:05:13 -0400 Subject: [PATCH] AppVeyor: Don't test GHC <8.4 See the discussion starting at https://github.com/haskell/text/pull/404#issuecomment-1196615302 for more context. --- appveyor.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index e3ad60d..21f2fb3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,10 +10,9 @@ environment: - GHCVER: "8.8.4.1" - GHCVER: "8.6.5" - GHCVER: "8.4.4" - - GHCVER: "8.2.2" - - GHCVER: "8.0.2.2" - - GHCVER: "7.10.3.2" - - GHCVER: "7.8.4.1" + # We deliberately do not test any versions older than GHC 9.4, as GHC 8.2 + # is unable to build text-2.0 on Windows. See the discussion at + # https://github.com/haskell/text/pull/404. cache: - "C:\\SR"