[Git][ghc/ghc][wip/romes/26202] Bump CI index-state
Rodrigo Mesquita pushed to branch wip/romes/26202 at Glasgow Haskell Compiler / GHC Commits: 39ed6aa5 by Rodrigo Mesquita at 2025-07-22T15:04:48+01:00 Bump CI index-state Necessary to fix cabal.project-reinstall - - - - - 3 changed files: - .gitlab/ci.sh - hadrian/cabal.project - 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" ===================================== 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 ===================================== 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/39ed6aa5e4378164accff734c3afd14f... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/39ed6aa5e4378164accff734c3afd14f... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Rodrigo Mesquita (@alt-romes)