Skip to content

Commit

Permalink
update .cabal files dependencies and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 27, 2019
1 parent 42eb63f commit e6d5c42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ library
build-depends:
aeson
, base
, base58-bytestring
, basement
, binary
, bytestring
Expand Down
9 changes: 5 additions & 4 deletions lib/http-bridge/cardano-wallet-http-bridge.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ library
build-depends:
aeson
, base
, base58-bytestring
, cardano-wallet-core
, binary
, bytestring
Expand Down Expand Up @@ -81,20 +82,19 @@ test-suite unit
build-depends:
base
, aeson
, base58-bytestring
, bytestring
, cardano-crypto
, cardano-wallet-core
, cardano-wallet-http-bridge
, cborg
, containers
, digest
, fmt
, generic-arbitrary
, hspec
, hspec-golden-aeson
, memory
, QuickCheck
, text
, text-class
, transformers
type:
Expand All @@ -105,11 +105,12 @@ test-suite unit
Main.hs
other-modules:
Cardano.Environment.HttpBridgeSpec
Cardano.Wallet.HttpBridge.BinarySpec
Cardano.Wallet.HttpBridge.ApiSpec
Cardano.Wallet.HttpBridge.BinarySpec
Cardano.Wallet.HttpBridge.CompatibilitySpec
Cardano.Wallet.HttpBridge.NetworkSpec
Cardano.Wallet.Primitive.AddressDerivationSpec
Cardano.Wallet.HttpBridge.TransactionSpec
Cardano.Wallet.Primitive.AddressDerivationSpec
Data.PackfileSpec
Servant.Extra.ContentTypesSpec
Spec
Expand Down

0 comments on commit e6d5c42

Please sign in to comment.