Skip to content

cabal update doesn't respect index-state? #9039

Open
@brandonchinn178

Description

Describe the bug
I have a cabal.project file containing

index-state:
  , hackage.haskell.org 2023-03-16T09:32:28Z
  , head.hackage 2023-02-16T05:32:02Z

but running cabal update in CI is showing:

Downloading the latest package lists from:
- hackage.haskell.org
- head.hackage.ghc.haskell.org
Package list of head.hackage.ghc.haskell.org has been updated.
The index-state is set to 2023-06-09T14:04:13Z.
Package list of hackage.haskell.org has been updated.
The index-state is set to 2023-06-17T22:28:17Z.

Is this expected?

I'm using the scripts from ghc-wasm-meta, which installs cabal-install-3.10 and this cabal.config file

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions