From 627e4d996235e8be64b07d70ed4c15994e438712 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley Date: Fri, 19 Apr 2024 16:10:13 -0700 Subject: [PATCH] fullcheck: check deselected with unsupported version mentioned in #254 --- fullcheck | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullcheck b/fullcheck index 1e235495..855fe431 100755 --- a/fullcheck +++ b/fullcheck @@ -8,7 +8,7 @@ ghcup install cabal latest ghcup set cabal latest # check unsupported versions do not select this version of time -for c in 9.2.8 +for c in 8.10.7 9.2.8 do ghcup install ghc $c ghcup set ghc $c