From 05fb3dba55abfd008b296650ac9b031f58ca295d Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Mon, 15 May 2023 11:01:36 +0200 Subject: [PATCH] Use GHC 9.6.1 for tests --- constants.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.bzl b/constants.bzl index a1a0ccada0..4f6a617622 100644 --- a/constants.bzl +++ b/constants.bzl @@ -1,2 +1,2 @@ -test_ghc_version = "9.2.5" +test_ghc_version = "9.6.1" test_asterius_version = "0.0.1"