Skip to content

Fix index-state syntax #27

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

Merged
merged 2 commits into from
Feb 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
packages: ./.

-- Bump this if you need newer packages from Hackage
index-state: 2022-10-24T00:00:00Z

-- Cardano Haskell Package Repository (CHaP)
-- cf https://input-output-hk.github.io/cardano-haskell-packages
repository cardano-haskell-packages
Expand All @@ -16,8 +13,13 @@ repository cardano-haskell-packages
c00aae8461a256275598500ea0e187588c35a5d5d7454fb57eac18d9edb86a56
d4a35cd3121aa00d18544bb0ac01c3e1691d618f462c46129271bccf39f7e8ee

-- Bump this if you need newer packages from CHaP
index-state: cardano-haskell-packages 2022-11-01T00:00:00Z
-- repeat hackage index-state to work around haskell.nix parsing limitation
index-state: 2022-10-24T00:00:00Z
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2022-10-24T00:00:00Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2022-11-01T00:00:00Z

-- Plutarch
--
Expand Down