Skip to content

Commit

Permalink
update .cabal file dependencies and modules
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 27, 2019
1 parent 10ea57b commit d91bd70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
5 changes: 3 additions & 2 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 @@ -110,6 +110,7 @@ test-suite unit
Cardano.Wallet.Network.HttpBridgeSpec
Cardano.Wallet.Primitive.AddressDerivationSpec
Cardano.Wallet.Transaction.HttpBridgeSpec
Cardano.Wallet.Compatibility.HttpBridgeSpec
Data.PackfileSpec
Servant.Extra.ContentTypesSpec
Spec
Expand Down

0 comments on commit d91bd70

Please sign in to comment.