From c2eff4a008ea83377b0240d83e0a71bdadb015b5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 26 May 2024 16:10:03 +1000 Subject: [PATCH] Update index state --- cabal.project | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cabal.project b/cabal.project index 2a5232cf9a8..7a26aa366a5 100644 --- a/cabal.project +++ b/cabal.project @@ -13,8 +13,8 @@ repository cardano-haskell-packages -- See CONTRIBUTING for information about these, including some Nix commands -- you need to run if you change them index-state: - , hackage.haskell.org 2024-03-26T06:28:59Z - , cardano-haskell-packages 2024-05-14T16:00:00Z + , hackage.haskell.org 2024-05-25T09:09:57Z + , cardano-haskell-packages 2024-05-15T19:28:23Z packages: cardano-node @@ -54,6 +54,9 @@ package bitvec package plutus-scripts-bench haddock-options: "--optghc=-fplugin-opt PlutusTx.Plugin:defer-errors" +constraints: + io-classes-mtl < 0.1.2.0 + -- IMPORTANT -- Do NOT add more source-repository-package stanzas here unless they are strictly -- temporary! Please read the section in CONTRIBUTING about updating dependencies.