From af649802f30229f9aaea73295e9e90c327bf856b Mon Sep 17 00:00:00 2001 From: mmontin Date: Fri, 12 Jul 2024 11:22:25 +0200 Subject: [PATCH] bumping cne version and chap index state --- cabal.project | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cabal.project b/cabal.project index 6234cc56f..c8d6b370a 100644 --- a/cabal.project +++ b/cabal.project @@ -11,7 +11,7 @@ package cardano-crypto-praos source-repository-package type: git location: https://github.com/IntersectMBO/cardano-node-emulator - tag: f522eefd57a1bd08220b677e118dea48f5529866 + tag: 6b57e0ce51992d9d3113715e1c3036482dbd747e subdir: cardano-node-emulator plutus-ledger @@ -23,7 +23,7 @@ source-repository-package -- Custom repository for cardano haskell packages -- See https://github.com/input-output-hk/cardano-haskell-packages on how to use CHaP in a Haskell project. repository cardano-haskell-packages - url: https://input-output-hk.github.io/cardano-haskell-packages + url: https://chap.intersectmbo.org/ secure: True root-keys: 3e0cce471cf09815f930210f7827266fd09045445d65923e6d0238a6cd15126f @@ -35,8 +35,8 @@ repository cardano-haskell-packages -- See CONTRIBUTING.adoc for how to update index-state index-state: - , hackage.haskell.org 2024-03-21T00:00:00Z - , cardano-haskell-packages 2024-03-21T00:00:00Z + , hackage.haskell.org 2024-06-12T10:10:17Z + , cardano-haskell-packages 2024-06-12T10:10:17Z -- We never, ever, want this. write-ghc-environment-files: never