diff --git a/cabal-testsuite/cabal-testsuite.cabal b/cabal-testsuite/cabal-testsuite.cabal index 1c27e40c23cb76b56f6f59f993dcb3836b45c98a..bc890efb7e30b09ca9fdf66d09f6ccaa53c76ec9 100644 --- a/cabal-testsuite/cabal-testsuite.cabal +++ b/cabal-testsuite/cabal-testsuite.cabal @@ -148,6 +148,6 @@ custom-setup -- and due to Custom complexity and ConstraintSetupCabalMaxVersion -- it has to be the latest release version plus -- you have to use the latest cabal-install release - setup-depends: Cabal == 3.10.*, - Cabal-syntax == 3.10.*, + setup-depends: Cabal == 3.12.*, + Cabal-syntax == 3.12.*, base, filepath, directory