[Git][ghc/ghc][wip/romes/26202] Bump CI Cabal install version
Rodrigo Mesquita pushed to branch wip/romes/26202 at Glasgow Haskell Compiler / GHC Commits: 2e935e18 by Rodrigo Mesquita at 2025-07-25T10:31:50+01:00 Bump CI Cabal install version Fixes cabal-reinstall - - - - - 1 changed file: - .gitlab/generate-ci/gen_ci.hs Changes: ===================================== .gitlab/generate-ci/gen_ci.hs ===================================== @@ -447,7 +447,6 @@ opsysVariables _ FreeBSD14 = mconcat , "CC" =: "cc" , "CXX" =: "c++" , "GHC_VERSION" =: "9.6.4" - , "CABAL_INSTALL_VERSION" =: "3.10.3.0" ] opsysVariables arch (Linux distro) = distroVariables arch distro opsysVariables AArch64 (Darwin {}) = mconcat @@ -476,7 +475,6 @@ opsysVariables Amd64 (Darwin {}) = mconcat opsysVariables _ (Windows {}) = mconcat [ "MSYSTEM" =: "CLANG64" , "LANG" =: "en_US.UTF-8" - , "CABAL_INSTALL_VERSION" =: "3.10.2.0" , "HADRIAN_ARGS" =: "--docs=no-sphinx-pdfs" , "GHC_VERSION" =: "9.6.4" ] @@ -884,6 +882,7 @@ job arch opsys buildConfig = NamedJob { name = jobName, jobInfo = Job {..} } , "BIGNUM_BACKEND" =: bignumString (bignumBackend buildConfig) , "CONFIGURE_ARGS" =: configureArgsStr buildConfig , "INSTALL_CONFIGURE_ARGS" =: "--enable-strict-ghc-toolchain-check" + , "CABAL_INSTALL_VERSION" =: "3.12.1.0" , maybe mempty ("CONFIGURE_WRAPPER" =:) (configureWrapper buildConfig) , maybe mempty ("CROSS_TARGET" =:) (crossTarget buildConfig) , case crossEmulator buildConfig of View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2e935e184866e341a61d3946b055862e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2e935e184866e341a61d3946b055862e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)