cardano-foundation / cardano-wallet

HTTP server & command-line for managing UTxOs and HD wallets in Cardano.
Apache License 2.0
758 stars 213 forks source link

[ADP-3368] Fix `Cardano.Wallet.Version` #4662

Closed HeinrichApfelmus closed 2 weeks ago

HeinrichApfelmus commented 2 weeks ago

This pull request moves the module Cardano.Wallet.Version to the cardano-wallet-api package so that it takes the version number from the same cabal file as the executable, not the cabal file of the library.

Issue Number

ADP-3368

HeinrichApfelmus commented 2 weeks ago

lib/wallet/exe/cardano-wallet.hs was redundant or not used hence you deleted it?

Yes. 🤓