diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 5e00dd30e6..d2036dae26 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -441,7 +441,6 @@ test-suite cardano-cli-golden cardano-cli, cardano-cli:cardano-cli-test-lib, cardano-crypto-wrapper, - cardano-ledger-alonzo, cardano-ledger-core, cardano-strict-containers ^>=0.1, cborg, diff --git a/cardano-cli/test/cardano-cli-golden/Test/Golden/Legacy/Genesis/Create.hs b/cardano-cli/test/cardano-cli-golden/Test/Golden/Legacy/Genesis/Create.hs index 26e2bf42f1..44797a1715 100644 --- a/cardano-cli/test/cardano-cli-golden/Test/Golden/Legacy/Genesis/Create.hs +++ b/cardano-cli/test/cardano-cli-golden/Test/Golden/Legacy/Genesis/Create.hs @@ -2,8 +2,8 @@ module Test.Golden.Legacy.Genesis.Create where -import Cardano.Ledger.Alonzo.Genesis (AlonzoGenesis (..)) -import Cardano.Ledger.Plutus.CostModels (costModelsValid, getCostModelParams) +import Cardano.Api.Ledger (AlonzoGenesis (AlonzoGenesis), costModelsValid, getCostModelParams) + import Cardano.Ledger.Plutus.Language import Control.Monad (void)