[Git][ghc/ghc][ghc-9.12] hadrian: fix bootstrap with 9.12.1

Ben Gamari pushed to branch ghc-9.12 at Glasgow Haskell Compiler / GHC Commits: d67c8a9c by Cheng Shao at 2025-05-13T11:21:07-04:00 hadrian: fix bootstrap with 9.12.1 This patch bumps hadrian index-state to fix bootstrap with 9.12.1. (cherry picked from commit e16eae6548743870e77c2c93527bab1d24cff81c) - - - - - 2 changed files: - .gitlab/ci.sh - hadrian/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="2024-10-30T22:56:00Z" +HACKAGE_INDEX_STATE="2025-01-27T17:45:32Z" 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: 2024-10-30T22:56:00Z +index-state: 2025-01-27T17:45:32Z -- unordered-containers-0.2.20-r1 requires template-haskell < 2.22 -- ghc-9.10 has template-haskell-2.22.0.0 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d67c8a9c09275e67086dd00c63afbb44... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d67c8a9c09275e67086dd00c63afbb44... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Ben Gamari (@bgamari)