Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 8df967aa by Wolfgang Jeltsch at 2026-07-08T20:20:37+03:00 Add single quotes around the GHC version list - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1161,7 +1161,7 @@ base-build-with-released-ghcs: - x86_64-linux script: - | - ghc_versions=9.14.1 9.12.4 + ghc_versions='9.14.1 9.12.4' sed -E -e 's/^( *ghc-internal) *== .*(,|$)/\1\2/' \ < libraries/base/base.cabal.in \ > libraries/base/base.cabal View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8df967aa4547726dbe068027d9f5f2fc... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8df967aa4547726dbe068027d9f5f2fc... You're receiving this email because of your account on gitlab.haskell.org.