diff --git a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Wallets.hs b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Wallets.hs index 349ed76fa74..8b22afa0610 100644 --- a/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Wallets.hs +++ b/lib/core-integration/src/Test/Integration/Scenario/API/Shelley/Wallets.hs @@ -34,8 +34,6 @@ import Cardano.Wallet.Api.Types ) import Cardano.Wallet.Primitive.AddressDerivation ( DerivationIndex (..) - , PassphraseMaxLength (..) - , PassphraseMinLength (..) , PaymentAddress , Role (..) ) @@ -47,6 +45,8 @@ import Cardano.Wallet.Primitive.AddressDerivation.Shelley ( ShelleyKey ) import Cardano.Wallet.Primitive.AddressDiscovery.Sequential ( AddressPoolGap (..) ) +import Cardano.Wallet.Primitive.Passphrase + ( PassphraseMaxLength (..), PassphraseMinLength (..) ) import Cardano.Wallet.Primitive.SyncProgress ( SyncProgress (..) ) import Cardano.Wallet.Primitive.Types diff --git a/lib/core-integration/src/Test/Integration/Scenario/CLI/Byron/Wallets.hs b/lib/core-integration/src/Test/Integration/Scenario/CLI/Byron/Wallets.hs index ef3c6a55379..142f05c76c7 100644 --- a/lib/core-integration/src/Test/Integration/Scenario/CLI/Byron/Wallets.hs +++ b/lib/core-integration/src/Test/Integration/Scenario/CLI/Byron/Wallets.hs @@ -15,7 +15,7 @@ import Prelude import Cardano.Wallet.Api.Types ( ApiByronWallet, ApiUtxoStatistics, DecodeAddress ) -import Cardano.Wallet.Primitive.AddressDerivation +import Cardano.Wallet.Primitive.Passphrase ( PassphraseMaxLength (..), PassphraseMinLength (..) ) import Cardano.Wallet.Primitive.SyncProgress ( SyncProgress (..) ) diff --git a/lib/core-integration/src/Test/Integration/Scenario/CLI/Shelley/Wallets.hs b/lib/core-integration/src/Test/Integration/Scenario/CLI/Shelley/Wallets.hs index b04cf5ebe92..b9470581466 100644 --- a/lib/core-integration/src/Test/Integration/Scenario/CLI/Shelley/Wallets.hs +++ b/lib/core-integration/src/Test/Integration/Scenario/CLI/Shelley/Wallets.hs @@ -26,10 +26,10 @@ import Cardano.Wallet.Api.Types , EncodeAddress (..) , getApiT ) -import Cardano.Wallet.Primitive.AddressDerivation - ( PassphraseMaxLength (..), PassphraseMinLength (..) ) import Cardano.Wallet.Primitive.AddressDiscovery.Sequential ( AddressPoolGap (..) ) +import Cardano.Wallet.Primitive.Passphrase + ( PassphraseMaxLength (..), PassphraseMinLength (..) ) import Cardano.Wallet.Primitive.SyncProgress ( SyncProgress (..) ) import Cardano.Wallet.Primitive.Types