Wolfgang Jeltsch pushed to branch wip/jeltsch/ghc-9-14-building-base at Glasgow Haskell Compiler / GHC Commits: 350f8d22 by Wolfgang Jeltsch at 2026-07-02T13:21:56+03:00 Add creation of `base.cabal` - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== @@ -1162,6 +1162,9 @@ base-build-with-released-ghcs: script: - | ghc_versions=9.14.1 + sed -E -e 's/^( *ghc-internal) *== .*(,|$)/\1\2/' \ + < libraries/base/base.cabal.in \ + > libraries/base/base.cabal for ghc_version in ${ghc_versions} do url=https://downloads.haskell.org/~ghc/${ghc_version}/ghc-${ghc_version}-x86_64-deb12-linux.tar.xz View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/350f8d22d5e7487750f2336ab4442f37... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/350f8d22d5e7487750f2336ab4442f37... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Wolfgang Jeltsch (@jeltsch)