From 5570e888972f3828553013c54be7532a85641602 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Fri, 19 Aug 2022 11:01:33 +0200 Subject: [PATCH] enable GHC 9.4, add it to CI --- cabal-testsuite/cabal-testsuite.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cabal-testsuite/cabal-testsuite.cabal b/cabal-testsuite/cabal-testsuite.cabal index 034def3bde8..35555d76b3c 100644 --- a/cabal-testsuite/cabal-testsuite.cabal +++ b/cabal-testsuite/cabal-testsuite.cabal @@ -113,7 +113,8 @@ executable setup custom-setup -- we only depend on even stable releases of lib:Cabal -- and due to Custom complexity and ConstraintSetupCabalMaxVersion - -- it can't be the current version + -- it has to be the latest release version plus + -- you have to use the latest cabal-install release setup-depends: Cabal == 3.8.*, Cabal-syntax == 3.8.*, base, filepath, directory