Skip to content

Commit

Permalink
Move Cardano.Wallet.Version.* modules
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus committed Jul 3, 2024
1 parent 0529871 commit 840691f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
6 changes: 6 additions & 0 deletions lib/api/cardano-wallet-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ library
, either
, errors
, extra
, file-embed
, filepath
, fmt
, generic-lens
Expand All @@ -102,6 +103,7 @@ library
, servant-client-core
, servant-server
, streaming-commons
, template-haskell
, text
, text-class
, time
Expand Down Expand Up @@ -160,6 +162,10 @@ library
Cardano.Wallet.Api.Types.WalletAssets
Cardano.Wallet.Shelley
Cardano.Wallet.Tracers
Cardano.Wallet.Version
Cardano.Wallet.Version.TH
other-modules:
Paths_cardano_wallet_api

executable cardano-wallet
import: language, opts-exe
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Fmt
, fmt
, padLeftF
)
import Paths_cardano_wallet
import Paths_cardano_wallet_api
( version
)

Expand Down
File renamed without changes.
5 changes: 0 additions & 5 deletions lib/wallet/cardano-wallet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ library
, exceptions
, extra
, fast-logger
, file-embed
, filepath
, fmt
, foldl
Expand Down Expand Up @@ -250,8 +249,6 @@ library
Cardano.Wallet.Transaction.Delegation
Cardano.Wallet.Transaction.Voting
Cardano.Wallet.TypeLevel
Cardano.Wallet.Version
Cardano.Wallet.Version.TH
Control.Concurrent.Concierge
Control.Monad.Exception.Unchecked
Control.Monad.Fail.Extended
Expand All @@ -265,8 +262,6 @@ library
Network.Ntp
UnliftIO.Compat

other-modules: Paths_cardano_wallet

library mock-token-metadata
import: language, opts-lib
visibility: public
Expand Down

0 comments on commit 840691f

Please sign in to comment.