[Git][ghc/ghc][wip/romes/26202] Bump CI index-state

Zubin pushed to branch wip/romes/26202 at Glasgow Haskell Compiler / GHC Commits: 41a76da8 by Rodrigo Mesquita at 2025-10-08T17:04:39+05:30 Bump CI index-state Necessary to fix cabal.project-reinstall - - - - - 5 changed files: - .gitlab/ci.sh - compiler/ghc.cabal.in - hadrian/cabal.project - libraries/ghc-boot/ghc-boot.cabal.in - utils/haddock/cabal.project Changes: ===================================== .gitlab/ci.sh ===================================== @@ -8,7 +8,7 @@ set -Eeuo pipefail # Configuration: # N.B. You may want to also update the index-state in hadrian/cabal.project. -HACKAGE_INDEX_STATE="2025-01-27T17:45:32Z" +HACKAGE_INDEX_STATE="2025-07-15T16:39:57Z" MIN_HAPPY_VERSION="1.20" MIN_ALEX_VERSION="3.2.6" ===================================== compiler/ghc.cabal.in ===================================== @@ -50,7 +50,7 @@ extra-source-files: custom-setup - setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.16, directory, process, filepath, containers + setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.18, directory, process, filepath, containers Flag internal-interpreter Description: Build with internal interpreter support. ===================================== hadrian/cabal.project ===================================== @@ -4,7 +4,7 @@ packages: ./ -- This essentially freezes the build plan for hadrian -- It would be wise to keep this up to date with the state set in .gitlab/ci.sh. -index-state: 2025-01-27T17:45:32Z +index-state: 2025-07-15T16:39:57Z -- unordered-containers-0.2.20-r1 requires template-haskell < 2.22 -- ghc-9.10 has template-haskell-2.22.0.0 ===================================== libraries/ghc-boot/ghc-boot.cabal.in ===================================== @@ -28,7 +28,7 @@ build-type: Custom extra-source-files: changelog.md custom-setup - setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.16, directory, filepath + setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.18, directory, filepath source-repository head type: git ===================================== utils/haddock/cabal.project ===================================== @@ -12,4 +12,4 @@ package haddock-api tests: False -- Pinning the index-state helps to make reasonably CI deterministic -index-state: 2024-06-18T11:54:44Z +index-state: 2025-07-15T16:39:57Z View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41a76da820158a058f541bf726e11e21... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41a76da820158a058f541bf726e11e21... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Zubin (@wz1000)