cabalプロジェクトのindex-stateを最新に更新します。
手順
ブランチの作成
PR作成に備えてブランチを作成します。
git switch -c bump-cabal-index-state
cabal updateの実行
cabal update
cabal updateの出力から最新のindex-stateタイムスタンプを取得します。
出力例:
Downloading the latest package list from hackage.haskell.org
Package list of hackage.haskell.org is up to date.
The index-state is set to 2026-01-11T09:48:01Z.
index-stateの更新
通常はcabal.projectファイルに書かれているindex-stateを更新します。
フォーマット: `index-state: YYYY-M
[Description truncada. Veja o README completo no GitHub.]