-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix index-state syntax #4288
Fix index-state syntax #4288
Conversation
The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568
cabal.project
Outdated
index-state: hackage.haskell.org 2022-12-01T00:00:00Z | ||
index-state: | ||
-- Bump this if you need newer packages from Hackage | ||
, hackage.haskell.org 2022-12-01T00:00:00Z |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, Nix CI is failing due to our hackage.nix pin being too old, which was only possible to pass CI due to the bug you are fixing here. So bumping hackage.nix should get CI on green 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are now CI failures due to the new HLS version, maybe revert hackage.nix index state back to the first of December to unblock this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is green, let's get this bors'ed (maybe after squasing)
bors try |
tryBuild failed: |
bors try |
tryTimed out. |
bors try |
tryTimed out. |
bors merge |
4288: Fix index-state syntax r=amesgen a=andreabedini # Description The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568 Co-authored-by: Andrea Bedini <[email protected]>
bors cancel |
Canceled. |
bors merge |
4288: Fix index-state syntax r=amesgen a=andreabedini # Description The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568 Co-authored-by: Andrea Bedini <[email protected]>
Build failed: |
bors merge |
Description
The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568
Checklist
interface-CHANGELOG.md
interface-CHANGELOG.md