From 124f026507ba079eaf1634c0d56a0884c62c53ea Mon Sep 17 00:00:00 2001 From: KtorZ Date: Mon, 13 May 2019 17:35:39 +0200 Subject: [PATCH] add missing dependencies and modules to http-bridge dot cabal --- lib/http-bridge/cardano-wallet-http-bridge.cabal | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/http-bridge/cardano-wallet-http-bridge.cabal b/lib/http-bridge/cardano-wallet-http-bridge.cabal index 99ccfcfff12..5aca8d660a5 100644 --- a/lib/http-bridge/cardano-wallet-http-bridge.cabal +++ b/lib/http-bridge/cardano-wallet-http-bridge.cabal @@ -133,10 +133,13 @@ test-suite integration , aeson-qq , async , bytestring + , cardano-crypto , cardano-wallet-core , cardano-wallet-http-bridge , cardano-wallet-launcher + , cborg , cryptonite + , directory , exceptions , generic-lens , hspec @@ -145,6 +148,7 @@ test-suite integration , http-client , http-api-data , http-types + , memory , process , servant-server , template-haskell @@ -163,8 +167,10 @@ test-suite integration Cardano.LauncherSpec Cardano.WalletSpec Cardano.Wallet.Network.HttpBridgeSpec + Test.Integration.Faucet Test.Integration.Framework.DSL Test.Integration.Framework.Request + Test.Integration.Scenario.Transactions Test.Integration.Scenario.Wallets benchmark restore