From a969b0b69c704d623cf6b749de03455595516317 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Wed, 18 Dec 2024 22:41:40 -0700 Subject: [PATCH] Fix hedgehog-extras constraints Without this, cabal picks 0.6.5.1 for some reason --- cardano-api/cardano-api.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index cabb211e51..7bf39da7c6 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -408,7 +408,7 @@ test-suite cardano-api-golden errors, filepath, hedgehog >=1.1, - hedgehog-extras ^>=0.6.1.0, + hedgehog-extras ==0.6.1.0, microlens, parsec, plutus-core ^>=1.37,