Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 374e8c66 by Wolfgang Jeltsch at 2026-07-31T20:15:49+03:00 Switch to GHC 9.14.2 - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1159,7 +1159,7 @@ base-with-other-ghcs-linux: image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb12:$DOCKER_REV" tags: - x86_64-linux - script: .gitlab/base-ci.sh x86_64-deb12-linux 9.14.1 + script: .gitlab/base-ci.sh x86_64-deb12-linux 9.14.2 rules: - *full-ci @@ -1176,7 +1176,7 @@ base-with-other-ghcs-windows: image: null tags: - x86_64-windows - script: bash .gitlab/base-ci.sh x86_64-unknown-mingw32 9.14.1 + script: bash .gitlab/base-ci.sh x86_64-unknown-mingw32 9.14.2 rules: - *full-ci View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/374e8c66d214362b1201d2812ab48ca8... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/374e8c66d214362b1201d2812ab48ca8... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help
participants (1)
-
Wolfgang Jeltsch (@jeltsch)